Provider.Send (ExecutionCommand()) Method

Sends the array of commands.
public virtual void Send( 
ExecutionCommand[] commands 
)
This language is not supported or no code example is available.
public:  
virtual void Send( 
array< ExecutionCommand^ >^ commands 
)
This language is not supported or no code example is available.
public function Send( 
commands : ExecutionCommand[] 
);
This language is not supported or no code example is available.

Parameters

commands
ExecutionCommand[]

The array of commands.

In this article

Definition