ObserverSubscriptionManager<T>.Subscribe(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.
Records a new subscribing observer.
public void Subscribe (T observer);
member this.Subscribe : 'T -> unit
Public Sub Subscribe (observer As T)
Parameters
- observer
- T
The new subscriber.