Method StopListeningForNotifications
StopListeningForNotifications()
Stops listening for broadcast notifications of service availability.
Declaration
public void StopListeningForNotifications()
Implements
Remarks
Does nothing if this instance is not already listening for notifications.
Exceptions
Type | Condition |
---|---|
System.ObjectDisposedException | Throw if the IsDisposed property is true. |