Share via


GKMatchmaker.FindPlayersForHostedRequest Method

Definition

[Foundation.Export("findPlayersForHostedRequest:withCompletionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FindPlayersForHostedRequest(GameKit.GKMatchRequest request, Action<GameKit.GKPlayer[],Foundation.NSError>? completionHandler);
[<Foundation.Export("findPlayersForHostedRequest:withCompletionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FindPlayersForHostedRequest : GameKit.GKMatchRequest * Action<GameKit.GKPlayer[], Foundation.NSError> -> unit
override this.FindPlayersForHostedRequest : GameKit.GKMatchRequest * Action<GameKit.GKPlayer[], Foundation.NSError> -> unit

Parameters

request
GKMatchRequest
completionHandler
Action<GKPlayer[],NSError>
Attributes

Applies to