MCSessionDelegate.DidStartReceivingResource 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.
Indicates that resourceName
has begun to arrive.
[Foundation.Export("session:didStartReceivingResourceWithName:fromPeer:withProgress:")]
public abstract void DidStartReceivingResource (MultipeerConnectivity.MCSession session, string resourceName, MultipeerConnectivity.MCPeerID fromPeer, Foundation.NSProgress progress);
abstract member DidStartReceivingResource : MultipeerConnectivity.MCSession * string * MultipeerConnectivity.MCPeerID * Foundation.NSProgress -> unit
Parameters
- session
- MCSession
- resourceName
- String
- fromPeer
- MCPeerID
- progress
- NSProgress
Implements
- Attributes