WorkflowRequestHandler(TRequest, TResponse) Class

Abstract base class for all request handlers for workflow.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Workflow
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Sdk.HardwareStation (in Microsoft.Dynamics.Commerce.Runtime.Sdk.HardwareStation.dll)

generic<typename TRequest, typename TResponse>
where TRequest : Request
where TResponse : Response
public ref class WorkflowRequestHandler abstract : IRequestHandler

Type Parameters

TRequest
TResponse

System.Object
  Microsoft.Dynamics.Commerce.Runtime.Workflow.WorkflowRequestHandler<TRequest, TResponse>
    Microsoft.Dynamics.Commerce.Runtime.Sdk.HardwareStation.MakePaymentRequestHandler

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Community Additions

ADD
Show: