C# Class withSIX.Steam.Plugin.Arma.ArmaServer

Inheritance: IDisposable
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Méthodes publiques

Méthode Description
ArmaServer ( ArmaServerInfo info, ServerInfoRulesFetcher fetcher ) : System
ArmaServer ( int index, ServerKey key, ServerInfoRulesFetcher fetcher ) : System
Dispose ( ) : void
Update ( CancellationToken ct ) : Task
UpdateRules ( CancellationToken ct ) : Task

Private Methods

Méthode Description
UpdateServerInfo ( CancellationToken ct ) : Task

Method Details

ArmaServer() public méthode

public ArmaServer ( ArmaServerInfo info, ServerInfoRulesFetcher fetcher ) : System
info ArmaServerInfo
fetcher ServerInfoRulesFetcher
Résultat System

ArmaServer() public méthode

public ArmaServer ( int index, ServerKey key, ServerInfoRulesFetcher fetcher ) : System
index int
key ServerKey
fetcher ServerInfoRulesFetcher
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Update() public méthode

public Update ( CancellationToken ct ) : Task
ct System.Threading.CancellationToken
Résultat Task

UpdateRules() public méthode

public UpdateRules ( CancellationToken ct ) : Task
ct System.Threading.CancellationToken
Résultat Task