This documentation is archived and is not being maintained.
PeerContact.SubscribeCompleted Event
Visual Studio 2008
Raised when a subscription operation has completed.
Assembly: System.Net (in System.Net.dll)
| Exception | Condition |
|---|---|
| ObjectDisposedException | This PeerContact object has been disposed. |
When this event is raised, the error property on the SubscribeCompletedEventArgs object should be examined to determine whether the SubscribeAsync process completed successfully.
Calling this method requires a PermissionState of Unrestricted. This state is created when the peer collaboration session begins.
Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: