Method StartListeningForNotifications
StartListeningForNotifications()
Starts listening for broadcast notifications of service availability.
Declaration
public void StartListeningForNotifications()
Implements
Remarks
When called the system will listen for 'alive' and 'byebye' notifications. This can speed up searching, as well as provide dynamic notification of new devices appearing on the network, and previously discovered devices disappearing.
Exceptions
Type | Condition |
---|---|
System.ObjectDisposedException | Throw if the IsDisposed ty is true. |