Executes multiple CONNECT actions. The behavior of the method when encountering an exception varies depending on the setting of the Action parameter. See the help for AgEExecMultiCmdResultAction.
[Visual Basic .NET] |
---|
Public Function ExecuteMultipleCommands( _ ByRef ConnectCommands As System.Array, _ ByVal Action As AgEExecMultiCmdResultAction _ ) As IAgExecMultiCmdResult |
[C#] |
---|
public IAgExecMultiCmdResult ExecuteMultipleCommands( |
[Managed C++] |
---|
public: IAgExecMultiCmdResult^ ExecuteMultipleCommands( |
[Java] |
---|
public IAgExecMultiCmdResult executeMultipleCommands( |
[Unmanaged C++] |
---|
public: HRESULT ExecuteMultipleCommands( |
- ConnectCommands
- Action
Execute multiple Connect commands
[C#] | ![]() | |
---|---|---|
|
Execute multiple Connect commands
[Visual Basic .NET] | ![]() | |
---|---|---|
|