ContactManager::CreateContactAsync Method (PeerNearMe^, Object^)
.NET Framework (current version)
Creates a contact instance for the specified PeerNearMe object.
Assembly: System.Net (in System.Net.dll)
Parameters
- peerNearMe
-
Type:
System.Net.PeerToPeer.Collaboration::PeerNearMe^
The PeerNearMe to associate with the new PeerContact instance.
- userToken
-
Type:
System::Object^
A user-defined Object that contains information about the CreateContactAsync operation. It will be passed to the callback of the asynchronous operation for identification.
| Exception | Condition |
|---|---|
| ArgumentException | userToken already exists and is in use. |
| ArgumentNullException | peerNearMe is null. |
| ObjectDisposedException | The PeerNearMe object has been disposed. |
| PeerToPeerException |
|
Calling this method requires a PermissionState of Unrestricted.
.NET Framework
Available since 3.5
Available since 3.5
Show: