다음을 통해 공유


GKMatchmaker.MatchAsync(GKInvite) 메서드

정의

지정된 초대에 대한 일치 항목을 만듭니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<GameKit.GKMatch> MatchAsync (GameKit.GKInvite invite);
abstract member MatchAsync : GameKit.GKInvite -> System.Threading.Tasks.Task<GameKit.GKMatch>
override this.MatchAsync : GameKit.GKInvite -> System.Threading.Tasks.Task<GameKit.GKMatch>

매개 변수

invite
GKInvite

반환

비동기 일치 작업을 나타내는 작업입니다. TResult 매개 변수의 값은 System.Action<GameKit.GKMatch,Foundation.NSError> 형식입니다.

특성

적용 대상