IMCSessionDelegate.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:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidFinishReceivingResource(MultipeerConnectivity.MCSession session, string resourceName, MultipeerConnectivity.MCPeerID fromPeer, Foundation.NSUrl? localUrl, Foundation.NSError? error);
[<Foundation.Export("session:didFinishReceivingResourceWithName:fromPeer:atURL:withError:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidFinishReceivingResource : MultipeerConnectivity.MCSession * string * MultipeerConnectivity.MCPeerID * Foundation.NSUrl * Foundation.NSError -> unit
override this.DidFinishReceivingResource : MultipeerConnectivity.MCSession * string * MultipeerConnectivity.MCPeerID * Foundation.NSUrl * Foundation.NSError -> unit
Parameters
- session
- MCSession
- resourceName
- String
- fromPeer
- MCPeerID
- Attributes