GKPlayer.LoadPlayersForIdentifiersAsync(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.
Loads information from the Game center for the players who are specified by the provided identifiers
and runs a completion handler after the information is loaded.
public static System.Threading.Tasks.Task<GameKit.GKPlayer[]> LoadPlayersForIdentifiersAsync (string[] identifiers);
static member LoadPlayersForIdentifiersAsync : string[] -> System.Threading.Tasks.Task<GameKit.GKPlayer[]>
Parameters
- identifiers
- String[]
Returns
A task that represents the asynchronous LoadPlayersForIdentifiers operation. The value of the TResult parameter is a GKPlayersHandler.