메소드 | 설명 | |
---|---|---|
AddOrUpdateConnection ( string name, string path, string rCommandLineArguments, bool isUserCreated ) : IConnection | ||
ConnectAsync ( IConnectionInfo connection, |
||
ConnectionManager ( IStatusBar statusBar, IRSettings settings, IRInteractiveWorkflow interactiveWorkflow ) : System | ||
Dispose ( ) : void | ||
GetOrAddConnection ( string name, string path, string rCommandLineArguments, bool isUserCreated ) : IConnection | ||
GetOrCreateVisualComponent ( int instanceId ) : IConnectionManagerVisualComponent | ||
ReconnectAsync ( |
||
TestConnectionAsync ( IConnectionInfo connection, |
||
TryConnectToPreviouslyUsedAsync ( |
||
TryRemove ( string name ) : bool |
메소드 | 설명 | |
---|---|---|
ActiveWindowChanged ( object sender, |
||
AddToStatusBar ( |
||
BrokerStateChanged ( object sender, |
||
CompleteInitializationAsync ( ) : Task | ||
CreateConnection ( string name, string path, string rCommandLineArguments, bool isUserCreated ) : IConnection | ||
CreateConnectionList ( ) : IConnection>.Dictionary |
||
GetConnectionsFromSettings ( ) : IConnection>.Dictionary |
||
GetOrCreateConnection ( string name, string path, string rCommandLineArguments, bool isUserCreated ) : IConnection | ||
IsRemoteConnection ( string path ) : bool | ||
IsValidLocalConnection ( string name, string path ) : bool | ||
PickBestLocalRConnection ( ICollection |
||
SaveActiveConnectionToSettings ( ) : void | ||
SaveConnectionsToSettings ( ) : void | ||
TrySwitchBrokerAsync ( IConnection connection, |
||
TrySwitchBrokerAsync ( IConnectionInfo info, |
||
UpdateActiveConnection ( ) : void | ||
UpdateConnectionFactory ( IConnection oldConnection, IConnection newConnection ) : IConnection | ||
UpdateRecentConnections ( bool save = true ) : void |
public AddOrUpdateConnection ( string name, string path, string rCommandLineArguments, bool isUserCreated ) : IConnection | ||
name | string | |
path | string | |
rCommandLineArguments | string | |
isUserCreated | bool | |
리턴 | IConnection |
public ConnectAsync ( IConnectionInfo connection, |
||
connection | IConnectionInfo | |
cancellationToken | ||
리턴 | Task |
public ConnectionManager ( IStatusBar statusBar, IRSettings settings, IRInteractiveWorkflow interactiveWorkflow ) : System | ||
statusBar | IStatusBar | |
settings | IRSettings | |
interactiveWorkflow | IRInteractiveWorkflow | |
리턴 | System |
public GetOrAddConnection ( string name, string path, string rCommandLineArguments, bool isUserCreated ) : IConnection | ||
name | string | |
path | string | |
rCommandLineArguments | string | |
isUserCreated | bool | |
리턴 | IConnection |
public GetOrCreateVisualComponent ( int instanceId ) : IConnectionManagerVisualComponent | ||
instanceId | int | |
리턴 | IConnectionManagerVisualComponent |
public ReconnectAsync ( |
||
cancellationToken | ||
리턴 | Task |
public TestConnectionAsync ( IConnectionInfo connection, |
||
connection | IConnectionInfo | |
cancellationToken | ||
리턴 | Task |
public TryConnectToPreviouslyUsedAsync ( |
||
cancellationToken | ||
리턴 | Task |