This documentation is archived and is not being maintained.
PeerContact::SubscribeCompleted Event
Visual Studio 2010
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 SP1 or later, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: