PeerContact::SubscribeAsync Method (Object^)
.NET Framework (current version)
Asynchronously subscribes the calling peer to the PeerContact, and as a result, the peer will receive any future PeerCollaboration events associated with the PeerContact.
Assembly: System.Net (in System.Net.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | UserToken cannot be null. |
| InvalidOperationException | The calling peer is not signed in to People Near Me. |
| ObjectDisposedException | The PeerContact object has been disposed. |
| PeerToPeerException | Duplicate SubscribeAsync identifier. |
The SubscribeCompleted event is raised upon completion of this operation. If collaboration activities are not required to be asynchronous, the Subscribe method should be used instead.
Calling this method requires a PermissionState of Unrestricted. This state is created when the peer collaboration session begins.
.NET Framework
Available since 3.5
Available since 3.5
Show: