Esempio n. 1
0
 public Task <BatchResult> GetServerInfos(IServerQueryFactory factory, IReadOnlyCollection <IPEndPoint> addresses,
                                          Action <Server> act, ServerQueryOptions options)
 => factory.Create(this).GetServerInfo(SteamInfo.AppId, addresses, options, act);
Esempio n. 2
0
 public Task <BatchResult> GetServers(IServerQueryFactory factory, CancellationToken cancelToken, Action <List <IPEndPoint> > act)
 => factory.Create(this).GetServerAddresses(SteamInfo.AppId, act, cancelToken);