ExecutionCommand(ExecutionCommandType, Order) Constructor

Initializes a new instance of the ExecutionCommand class.
public ExecutionCommand( 
ExecutionCommandType type
Order order 
)
This language is not supported or no code example is available.
public:  
ExecutionCommand( 
ExecutionCommandType type
Order^ order 
)
This language is not supported or no code example is available.
public function ExecutionCommand( 
type : ExecutionCommandType
order : Order 
);
This language is not supported or no code example is available.

Parameters

type
ExecutionCommandType

The type.

order
Order

The order.

In this article

Definition