C# Class AcManager.Tools.Managers.Online.RecentManager

Inheritance: BaseOnlineManager
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Свойство Type Description
OptionScanPingTimeout int

Private Properties

Свойство Type Description
AddToRecentList void
AddToSavedList void
FilterList IEnumerable
LoadAndFilterList IEnumerable
ScanDefferedAsync Task

Méthodes publiques

Méthode Description
AddRecentServer ( ServerInformation information ) : void
AddServer ( [ address, IProgress progress = null, CancellationToken cancellation = default(CancellationToken) ) : Task
LoadList ( ) : IEnumerable

Méthodes protégées

Méthode Description
ScanInner ( ) : IEnumerable
ScanInnerAsync ( ) : Task>

Private Methods

Méthode Description
AddToRecentList ( string ip, int httpPort ) : void
AddToSavedList ( string ip, int httpPort ) : void
FilterList ( IEnumerable list ) : IEnumerable
LoadAndFilterList ( string filename ) : IEnumerable
ScanDefferedAsync ( ) : Task

Method Details

AddRecentServer() public méthode

public AddRecentServer ( ServerInformation information ) : void
information AcManager.Tools.Helpers.Api.Kunos.ServerInformation
Résultat void

AddServer() public méthode

public AddServer ( [ address, IProgress progress = null, CancellationToken cancellation = default(CancellationToken) ) : Task
address [
progress IProgress
cancellation System.Threading.CancellationToken
Résultat Task

LoadList() public méthode

public LoadList ( ) : IEnumerable
Résultat IEnumerable

ScanInner() protected méthode

protected ScanInner ( ) : IEnumerable
Résultat IEnumerable

ScanInnerAsync() protected méthode

protected ScanInnerAsync ( ) : Task>
Résultat Task>

Property Details

OptionScanPingTimeout public_oe static_oe property

public static int OptionScanPingTimeout
Résultat int