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

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

Méthodes publiques

Méthode Description
Fetch ( CancellationToken ct ) : Task
ServerInfoRulesFetcher ( IPEndPoint ep, LockedWrapper s, LockedWrapper a ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Fetch() public méthode

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

ServerInfoRulesFetcher() public méthode

public ServerInfoRulesFetcher ( IPEndPoint ep, LockedWrapper s, LockedWrapper a ) : System
ep System.Net.IPEndPoint
s LockedWrapper Takes control over to ease disposal
a LockedWrapper Takes control over to ease disposal
Résultat System