다음을 통해 공유


GKTurnBasedMatch.EndTurnWithNextParticipantAsync 메서드

정의

개발자는 이 사용되지 않는 메서드를 사용하면 안 됩니다. 개발자는 대신 'EndTurn'을 사용해야 합니다.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'EndTurn' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.None, "Use 'EndTurn' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task EndTurnWithNextParticipantAsync (GameKit.GKTurnBasedParticipant nextParticipant, Foundation.NSData matchData);
abstract member EndTurnWithNextParticipantAsync : GameKit.GKTurnBasedParticipant * Foundation.NSData -> System.Threading.Tasks.Task
override this.EndTurnWithNextParticipantAsync : GameKit.GKTurnBasedParticipant * Foundation.NSData -> System.Threading.Tasks.Task

매개 변수

nextParticipant
GKTurnBasedParticipant
matchData
NSData

반환

비동기 EndTurnWithNextParticipant 작업을 나타내는 작업

특성

적용 대상