Method | Description | |
---|---|---|
EditConnection ( int selectedIndex, Action |
||
LoadServers ( ) : void | ||
Refresh ( System.Guid environmentId ) : void | ||
Remove ( System.Guid environmentId ) : void | ||
ResourcesLoadedHandler ( System.Guid environmentId ) : void | ||
SetConnectionState ( System.Guid environmentId, ConnectionEnumerations connectedState ) : void | ||
ToggleConnection ( System.Guid environmentId ) : void | ||
ToggleConnection ( int selectedIndex ) : void |
Method | Description | |
---|---|---|
Connect ( IConnectControlEnvironment selectedServer ) : void | ||
ConnectControlSingleton ( IStudioResourceRepository studioResourceRepository, IAsyncWorker asyncWorker, IEnvironmentModelProvider serverProvider, IEnvironmentRepository environmentRepository ) : System | ||
CreateNewRemoteServerEnvironment ( ) : |
||
Disconnect ( IEnvironmentModel environment ) : void |
public EditConnection ( int selectedIndex, Action |
||
selectedIndex | int | |
openWizard | Action |
|
return | void |
public Refresh ( System.Guid environmentId ) : void | ||
environmentId | System.Guid | |
return | void |
public Remove ( System.Guid environmentId ) : void | ||
environmentId | System.Guid | |
return | void |
public ResourcesLoadedHandler ( System.Guid environmentId ) : void | ||
environmentId | System.Guid | |
return | void |
public SetConnectionState ( System.Guid environmentId, ConnectionEnumerations connectedState ) : void | ||
environmentId | System.Guid | |
connectedState | ConnectionEnumerations | |
return | void |
public ToggleConnection ( System.Guid environmentId ) : void | ||
environmentId | System.Guid | |
return | void |
public ToggleConnection ( int selectedIndex ) : void | ||
selectedIndex | int | |
return | void |