다음을 통해 공유


GKTurnBasedMatch.RematchAsync 메서드

정의

현재 일치 항목과 동일한 참가자 목록을 사용하여 새 일치 항목을 만들고 를 실행합니다 completionHanler.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<GameKit.GKTurnBasedMatch> RematchAsync ();
abstract member RematchAsync : unit -> System.Threading.Tasks.Task<GameKit.GKTurnBasedMatch>
override this.RematchAsync : unit -> System.Threading.Tasks.Task<GameKit.GKTurnBasedMatch>

반환

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

특성

적용 대상