Deploys the Stimulus Profile Session. If an error occurs, this instance throws an exception.
Namespace:
NationalInstruments.VeriStand.ClientAPI
Assembly:
NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| C# |
|---|
void Deploy(
bool auto_start,
out string session_id
) |
Parameters
- auto_start
- Type: System.Boolean
If true (True in Visual Basic), starts sequences immediately upon deploy. If false (False in Visual Basic), waits for an external Run command.
- session_id
- Type:
System.String
%
The ID of the Stimulus profile session.