Executes a custom CONNECT action. The method throws an exception if the command has failed.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgExecCmdResult ExecuteCommand( string ConnectCommand ); |
| [Managed C++] |
|---|
public: IAgExecCmdResult^ ExecuteCommand( String __gc ^ ConnectCommand ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgExecCmdResult executeCommand( String ConnectCommand ); |
[Python - STK API ] |
|---|
def ExecuteCommand(self, ConnectCommand:str) -> "IAgExecCmdResult": |
- ConnectCommand
- The connect command to execute.
Execute Connect command
| [C#] | ||
|---|---|---|
| ||
Execute Connect command
| [Visual Basic .NET] | ||
|---|---|---|
| ||






