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