Поделиться через


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.

Атрибуты

Применяется к