GKTurnBasedMatch.SaveMergedMatchDataAsync 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.
Saves merged match data without advancing play, and runs completionHandler
when finished.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task SaveMergedMatchDataAsync (Foundation.NSData matchData, GameKit.GKTurnBasedExchange[] exchanges);
abstract member SaveMergedMatchDataAsync : Foundation.NSData * GameKit.GKTurnBasedExchange[] -> System.Threading.Tasks.Task
override this.SaveMergedMatchDataAsync : Foundation.NSData * GameKit.GKTurnBasedExchange[] -> System.Threading.Tasks.Task
Parameters
- matchData
- NSData
- exchanges
- GKTurnBasedExchange[]
Returns
A task that represents the asynchronous SaveMergedMatchData operation
- Attributes