ContactManager::PresenceChanged Event
.NET Framework (current version)
Raised whenever the presence status of a PeerContact in the ContactManager has changed.
Assembly: System.Net (in System.Net.dll)
| Exception | Condition |
|---|---|
| ObjectDisposedException | The PeerContact object has been disposed. |
Before this event can be raised, the current user of the remote peer must subscribe to the collaboration events of the host peer. Subscription is accomplished via the Subscribe method.
This event requires a PermissionState of Unrestricted.
.NET Framework
Available since 3.5
Available since 3.5
Show: