GKGameSession.LoadSessionAsync(String) Method

Definition

public static System.Threading.Tasks.Task<GameKit.GKGameSession> LoadSessionAsync (string identifier);
static member LoadSessionAsync : string -> System.Threading.Tasks.Task<GameKit.GKGameSession>

Parameters

identifier
String

Returns

A task that represents the asynchronous LoadSession operation. The value of the TResult parameter is of type System.Action<GameKit.GKGameSession,Foundation.NSError>.

Applies to