Executes a custom CONNECT action. The method throws an exception if the command has failed.
[Visual Basic .NET] |
---|
Public Function ExecuteCommand( _ ByVal ConnectCommand As String _ ) As IAgExecCmdResult |
[C#] |
---|
public IAgExecCmdResult ExecuteCommand( string ConnectCommand ); |
[Managed C++] |
---|
public: IAgExecCmdResult^ ExecuteCommand( String __gc ^ ConnectCommand ); |
[Unmanaged C++] |
---|
public: HRESULT ExecuteCommand( BSTR ConnectCommand, IAgExecCmdResult ** ppIAgExecCmdResult ); |
[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] | ||
---|---|---|
|