다음을 통해 공유


GKMatchmaker.FindPlayersAsync(GKMatchRequest) 메서드

정의

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'FindPlayersForHostedRequest' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, "Use 'FindPlayersForHostedRequest' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<string[]> FindPlayersAsync (GameKit.GKMatchRequest request);
abstract member FindPlayersAsync : GameKit.GKMatchRequest -> System.Threading.Tasks.Task<string[]>
override this.FindPlayersAsync : GameKit.GKMatchRequest -> System.Threading.Tasks.Task<string[]>

매개 변수

request
GKMatchRequest

반환

비동기 FindPlayers 작업을 나타내는 작업입니다. TResult 매개 변수의 값은 GameKit.GKFriendsHandler입니다.

특성

적용 대상