PeerContact.Unsubscribe Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes a subscription to the PeerContact and as a result the calling peer no longer receives PeerCollaboration events associated with the PeerContact.
public:
virtual void Unsubscribe();
public virtual void Unsubscribe();
abstract member Unsubscribe : unit -> unit
override this.Unsubscribe : unit -> unit
Public Overridable Sub Unsubscribe ()
This PeerContact object has been disposed.
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.
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 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: