ObserverManager<TIdentity,TObserver>.Unsubscribe(TIdentity) 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.
Ensures that the provided id
is unsubscribed.
public void Unsubscribe (TIdentity id);
member this.Unsubscribe : 'Identity -> unit
Public Sub Unsubscribe (id As TIdentity)
Parameters
- id
- TIdentity
The observer.