ContactManager::CreateContactCompleted Event
.NET Framework (current version)
Raised whenever a CreateContact method has completed.
Assembly: System.Net (in System.Net.dll)
| Exception | Condition |
|---|---|
| ObjectDisposedException | The calling object has been disposed. |
This event is raised when the CreateContactAsync method has completed. It is also raised if the ContactManager operation completes in error or is cancelled.
This event requires a PermissionState of Unrestricted.
.NET Framework
Available since 3.5
Available since 3.5
Show: