Esempio n. 1
0
 /// <summary>
 /// Retrieve a list of online game servers.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='limit'>
 /// Maximum number of servers to retrieve.
 /// </param>
 public static IList <GameServerInfo> Get(this IGameServer operations, int limit = 100)
 {
     return(operations.GetAsync(limit).GetAwaiter().GetResult());
 }