C# Class mRemoteNG.Config.Connections.Multiuser.RemoteConnectionsSyncronizer

Inheritance: IConnectionsUpdateChecker
Afficher le fichier Open project: mRemoteNG/mRemoteNG

Méthodes publiques

Méthode Description
Disable ( ) : void
Dispose ( ) : void
Enable ( ) : void
IsUpdateAvailable ( ) : bool
IsUpdateAvailableAsync ( ) : void
Load ( ) : void
RemoteConnectionsSyncronizer ( IConnectionsUpdateChecker updateChecker ) : System
Save ( ) : void

Private Methods

Méthode Description
Dispose ( bool itIsSafeToAlsoFreeManagedObjects ) : void
Load ( object sender, ConnectionsUpdateAvailableEventArgs args ) : void
OnUpdateCheckFinished ( object sender, ConnectionsUpdateCheckFinishedEventArgs eventArgs ) : void
OnUpdateCheckStarted ( object sender, EventArgs eventArgs ) : void
SetEventListeners ( ) : void

Method Details

Disable() public méthode

public Disable ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Enable() public méthode

public Enable ( ) : void
Résultat void

IsUpdateAvailable() public méthode

public IsUpdateAvailable ( ) : bool
Résultat bool

IsUpdateAvailableAsync() public méthode

public IsUpdateAvailableAsync ( ) : void
Résultat void

Load() public méthode

public Load ( ) : void
Résultat void

RemoteConnectionsSyncronizer() public méthode

public RemoteConnectionsSyncronizer ( IConnectionsUpdateChecker updateChecker ) : System
updateChecker IConnectionsUpdateChecker
Résultat System

Save() public méthode

public Save ( ) : void
Résultat void