MCSession.CancelConnectPeer(MCPeerID) Method
Definition
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.
Cancel's a pending connection to the peerID
.
[Foundation.Export("cancelConnectPeer:")]
public virtual void CancelConnectPeer (MultipeerConnectivity.MCPeerID peerID);
abstract member CancelConnectPeer : MultipeerConnectivity.MCPeerID -> unit
override this.CancelConnectPeer : MultipeerConnectivity.MCPeerID -> unit
Parameters
- peerID
- MCPeerID
The ID of the peer whose connection should be cancelled.
- Attributes