GKGameSession.LoadSessionsAsync(String) 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.GKGameSession[]> LoadSessionsAsync (string containerName);
static member LoadSessionsAsync : string -> System.Threading.Tasks.Task<GameKit.GKGameSession[]>
Parameters
- containerName
- String
To be added.This parameter can be .
Returns
A task that represents the asynchronous LoadSessions operation. The value of the TResult parameter is of type System.Action<GameKit.GKGameSession[],Foundation.NSError>.