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 AgExecCmdResult |
[C#] |
---|
public AgExecCmdResult ExecuteCommand( |
[Managed C++] |
---|
public: AgExecCmdResult ExecuteCommand( |
[Java] |
---|
public AgExecCmdResult executeCommand( |
[Unmanaged C++] |
---|
public: HRESULT ExecuteCommand( |
- ConnectCommand
- The connect command to execute.
Execute Connect command
[C#] | ![]() | |
---|---|---|
|
Execute Connect command
[Visual Basic .NET] | ![]() | |
---|---|---|
|