Provider.Send (ExecutionCommand) Method

Sends the specified command.
public virtual void Send( 
ExecutionCommand command 
)
This language is not supported or no code example is available.
public:  
virtual void Send( 
ExecutionCommand^ command 
)
This language is not supported or no code example is available.
public function Send( 
command : ExecutionCommand 
);
This language is not supported or no code example is available.

Parameters

command
ExecutionCommand

The command.

In this article

Definition