GetCurrentProcessRequestResponse
The GetCurrentProcessRequestResponse
class represents the response containing the current process and request identifiers within a workflow.
Properties
Name | Description |
---|---|
RequestId | Gets or sets the identifier of the current request. |
ProcessId | Gets or sets the identifier of the current process. |
Constructors
Name | Description |
---|---|
GetCurrentProcessRequestResponse(processId, requestId) | Initializes a new instance of the GetCurrentProcessRequestResponse class with the specified process and request identifiers |
GetCurrentProcessRequestResponse() | Initializes a new instance of the GetCurrentProcessRequestResponse class. |