GKTurnBasedMatch.EndTurnWithNextParticipantAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Developers should not use this deprecated method. Developers should use 'EndTurn' instead.
[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
Parameters
- nextParticipant
- GKTurnBasedParticipant
- matchData
- NSData
Returns
A task that represents the asynchronous EndTurnWithNextParticipant operation
- Attributes