ObserverSubscriptionManager<T>.IsSubscribed(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the SubscriptionManager has the input observer
public bool IsSubscribed (T observer);
member this.IsSubscribed : 'T -> bool
Public Function IsSubscribed (observer As T) As Boolean
Parameters
- observer
- T
True if the observer is already subscribed, otherwise False.
Returns
True is the SubscriptionManager has the input observer.