MCSessionDelegate.DidFinishReceivingResource 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 the transfer of resourceName
has completed.
[Foundation.Export("session:didFinishReceivingResourceWithName:fromPeer:atURL:withError:")]
public abstract void DidFinishReceivingResource (MultipeerConnectivity.MCSession session, string resourceName, MultipeerConnectivity.MCPeerID fromPeer, Foundation.NSUrl localUrl, Foundation.NSError error);
abstract member DidFinishReceivingResource : MultipeerConnectivity.MCSession * string * MultipeerConnectivity.MCPeerID * Foundation.NSUrl * Foundation.NSError -> unit
Parameters
- session
- MCSession
- resourceName
- String
- fromPeer
- MCPeerID
Implements
- Attributes