Class GetPublishedWorkflowEventArgs
Represents arguments to GetPublishedWorkflowEvent.
Inheritance
System.Object
GetPublishedWorkflowEventArgs
Namespace: Cmc.Nexus.Common.Events
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetPublishedWorkflowEventArgs : ServiceEventArgs<GetPublishedWorkflowRequest, GetPublishedWorkflowResponse>
Constructors
GetPublishedWorkflowEventArgs(GetPublishedWorkflowRequest)
Initializes a new instance of the GetPublishedWorkflowEventArgs class.
Declaration
public GetPublishedWorkflowEventArgs(GetPublishedWorkflowRequest request)
Parameters
Type | Name | Description |
---|---|---|
GetPublishedWorkflowRequest | request | The request. |