This method deletes a batch that has not been released to the executive. Its signature is:
void DeleteBatch( string cmServer, string campaignID, string batchID, UserInfo userInfo );
Parameters for this method are shown in the following table.
Parameter |
Description |
Type |
Valid Input |
|---|---|---|---|
cmServer |
The DeltaV node where the Campaign Manager server is located |
String |
Name of node |
campaignID |
Name of the campaign |
String |
Campaign node |
batchID |
The batch identifier |
String |
The batch identifier |
userInfo |
Credentials of the user. Can be null if not required |
UserInfo |
UserInfo instance or null |