C# Class withSIX.Play.Core.Games.Services.GameServerQueryHandler

Inheritance: IGameServerQueryHandler, IDomainService
显示文件 Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
GameServerQueryHandler ( IDataDownloader downloader ) : System
Query ( GamespyServersQuery query ) : Task>
Query ( SourceServersQuery query ) : Task>

Method Details

GameServerQueryHandler() public method

public GameServerQueryHandler ( IDataDownloader downloader ) : System
downloader IDataDownloader
return System

Query() public method

public Query ( GamespyServersQuery query ) : Task>
query GamespyServersQuery
return Task>

Query() public method

public Query ( SourceServersQuery query ) : Task>
query SourceServersQuery
return Task>