GKTurnBasedMatch.LoadMatchDataAsync 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.
Loads the match data and passes it, along with an error object, to onCompletion
.
public virtual System.Threading.Tasks.Task<Foundation.NSData> LoadMatchDataAsync ();
abstract member LoadMatchDataAsync : unit -> System.Threading.Tasks.Task<Foundation.NSData>
override this.LoadMatchDataAsync : unit -> System.Threading.Tasks.Task<Foundation.NSData>
Returns
A task that represents the asynchronous LoadMatchData operation. The value of the TResult parameter is a GameKit.GKTurnBasedMatchData.