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

Inheritance: IConnectionsUpdateChecker
显示文件 Open project: mRemoteNG/mRemoteNG

Public Methods

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

Private Methods

Method 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 method

public Disable ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Enable() public method

public Enable ( ) : void
return void

IsUpdateAvailable() public method

public IsUpdateAvailable ( ) : bool
return bool

IsUpdateAvailableAsync() public method

public IsUpdateAvailableAsync ( ) : void
return void

Load() public method

public Load ( ) : void
return void

RemoteConnectionsSyncronizer() public method

public RemoteConnectionsSyncronizer ( IConnectionsUpdateChecker updateChecker ) : System
updateChecker IConnectionsUpdateChecker
return System

Save() public method

public Save ( ) : void
return void