ExclusiveObservable::HasObserver
Defined in:
Returns a boolean value indicating whether an observable object has an observer.
TSObservable.hPrototype
bool HasObserver(void) const;
Description
The HasObserver function returns true if the observable object for which it is called has an observer installed. Otherwise, the return value is false.
See Also
