MCSession.SendResource(NSUrl, String, MCPeerID, Action<NSError>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
排队以传递到 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。
返回
true
如果资源已排入队列进行传递,则为 。
- 属性
注解
请注意,返回值仅指示成功排队传输的资源,而不是确认传递。 传递成功或失败将 completionHandler
传递到 。