Initializes a new instance of the ProcessInstanceCancelData class.
Note: This constructor is supported for IC Server version 2015 R3 and beyond.
Assembly: ININ.IceLib.ProcessAutomation (in ININ.IceLib.ProcessAutomation.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public ProcessInstanceCancelData( string processInstanceId, string cancelReason ) |
Visual Basic |
---|
Public Sub New ( _ processInstanceId As String, _ cancelReason As String _ ) |
Parameters
- processInstanceId
- Type: System..::..String
The process instance ID. These process IDs can be found in Id.
- cancelReason
- Type: System..::..String
The reason the process was canceled.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | The target parameter was invalid. |
System..::..ArgumentNullException | A parameter is nullNothingnullptra null reference (Nothing in Visual Basic). |
Version Information
Supported for IC Server version 2015 R3 and beyond.