C# 클래스 AcManager.Tools.Managers.Online.RecentManager

상속: BaseOnlineManager
파일 보기 프로젝트 열기: gro-ove/actools

공개 프로퍼티들

프로퍼티 타입 설명
OptionScanPingTimeout int

Private Properties

프로퍼티 타입 설명
AddToRecentList void
AddToSavedList void
FilterList IEnumerable
LoadAndFilterList IEnumerable
ScanDefferedAsync Task

공개 메소드들

메소드 설명
AddRecentServer ( ServerInformation information ) : void
AddServer ( [ address, IProgress progress = null, CancellationToken cancellation = default(CancellationToken) ) : Task
LoadList ( ) : IEnumerable

보호된 메소드들

메소드 설명
ScanInner ( ) : IEnumerable
ScanInnerAsync ( ) : Task>

비공개 메소드들

메소드 설명
AddToRecentList ( string ip, int httpPort ) : void
AddToSavedList ( string ip, int httpPort ) : void
FilterList ( IEnumerable list ) : IEnumerable
LoadAndFilterList ( string filename ) : IEnumerable
ScanDefferedAsync ( ) : Task

메소드 상세

AddRecentServer() 공개 메소드

public AddRecentServer ( ServerInformation information ) : void
information AcManager.Tools.Helpers.Api.Kunos.ServerInformation
리턴 void

AddServer() 공개 메소드

public AddServer ( [ address, IProgress progress = null, CancellationToken cancellation = default(CancellationToken) ) : Task
address [
progress IProgress
cancellation System.Threading.CancellationToken
리턴 Task

LoadList() 공개 메소드

public LoadList ( ) : IEnumerable
리턴 IEnumerable

ScanInner() 보호된 메소드

protected ScanInner ( ) : IEnumerable
리턴 IEnumerable

ScanInnerAsync() 보호된 메소드

protected ScanInnerAsync ( ) : Task>
리턴 Task>

프로퍼티 상세

OptionScanPingTimeout 공개적으로 정적으로 프로퍼티

public static int OptionScanPingTimeout
리턴 int