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

Inheritance: ServerInfoFetcher
Datei anzeigen Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Fetch() public method

public Fetch ( CancellationToken ct ) : Task
ct System.Threading.CancellationToken
return Task

ServerInfoRulesFetcher() public method

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
return System