GKMatchmaker.FindPlayersForHostedRequest 方法

定义

查找托管匹配请求的玩家。

[Foundation.Export("findPlayersForHostedRequest:withCompletionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void FindPlayersForHostedRequest (GameKit.GKMatchRequest request, Action<GameKit.GKPlayer[],Foundation.NSError> completionHandler);
abstract member FindPlayersForHostedRequest : GameKit.GKMatchRequest * Action<GameKit.GKPlayer[], Foundation.NSError> -> unit
override this.FindPlayersForHostedRequest : GameKit.GKMatchRequest * Action<GameKit.GKPlayer[], Foundation.NSError> -> unit

参数

request
GKMatchRequest
completionHandler
Action<GKPlayer[],NSError>

内容待定。

此参数可以为 null

属性

适用于