C# 클래스 withSIX.Steam.Plugin.Arma.ServerInfoRulesFetcher

상속: ServerInfoFetcher
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

공개 메소드들

메소드 설명
Fetch ( CancellationToken ct ) : Task
ServerInfoRulesFetcher ( IPEndPoint ep, LockedWrapper s, LockedWrapper a ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Fetch() 공개 메소드

public Fetch ( CancellationToken ct ) : Task
ct System.Threading.CancellationToken
리턴 Task

ServerInfoRulesFetcher() 공개 메소드

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
리턴 System