PeerContact.Unsubscribe Method

Definition

Removes a subscription to the PeerContact and as a result the calling peer no longer receives PeerCollaboration events associated with the PeerContact.

C#
public virtual void Unsubscribe();

Exceptions

This PeerContact object has been disposed.

Remarks

If the calling peer is not subscribed to the PeerContact specified the result is a no-op. A calling peer can verify whether it is subscribed to events for the peer identified by this instance with the IsSubscribed property.

Calling this method requires a PermissionState of Unrestricted. This state is created when the peer collaboration session begins.

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also