MCSession.SendResource(NSUrl, String, MCPeerID, Action<NSError>) 方法

定义

排队以传递到 peerID 位于 resourceUrl的资源。

[Foundation.Export("sendResourceAtURL:withName:toPeer:withCompletionHandler:")]
public virtual Foundation.NSProgress SendResource (Foundation.NSUrl resourceUrl, string resourceName, MultipeerConnectivity.MCPeerID peerID, Action<Foundation.NSError> completionHandler);
abstract member SendResource : Foundation.NSUrl * string * MultipeerConnectivity.MCPeerID * Action<Foundation.NSError> -> Foundation.NSProgress
override this.SendResource : Foundation.NSUrl * string * MultipeerConnectivity.MCPeerID * Action<Foundation.NSError> -> Foundation.NSProgress

参数

resourceUrl
NSUrl

资源的 URL。

resourceName
String

资源的名称。

peerID
MCPeerID

接收对等方的 ID。

completionHandler
Action<NSError>

传递或失败后运行的处理程序。

此参数可以为 null

返回

true 如果资源已排入队列进行传递,则为 。

属性

注解

请注意,返回值仅指示成功排队传输的资源,而不是确认传递。 传递成功或失败将 completionHandler传递到 。

适用于