Process Method (TRequest)

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Execute method to be overridden by each derived class.

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

Syntax

'Declaration
Protected MustOverride Function Process ( _
    request As TRequest _
) As TResponse
'Usage
Dim request As TRequest
Dim returnValue As TResponse

returnValue = Me.Process(request)
protected abstract TResponse Process(
    TRequest request
)
protected:
virtual TResponse Process(
    TRequest request
) abstract

Parameters

Return Value

Type: TResponse
The response.

See Also

Reference

WorkflowRequestHandler<TRequest, TResponse> Class

Process Overload

Microsoft.Dynamics.Commerce.Runtime.Workflow Namespace