GKChallenge.LoadReceivedChallengesAsync 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.
public static System.Threading.Tasks.Task<GameKit.GKChallenge[]> LoadReceivedChallengesAsync ();
static member LoadReceivedChallengesAsync : unit -> System.Threading.Tasks.Task<GameKit.GKChallenge[]>
Returns
Task<GKChallenge[]>
A task that represents the asynchronous LoadReceivedChallenges operation. The value of the TResult parameter is of type System.Action<GameKit.GKChallenge[],Foundation.NSError>.
Remarks
The LoadReceivedChallengesAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.
To be added.