CreateHandler Method

Creates the handler for the specified request.

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

Syntax

'Declaration
Function CreateHandler ( _
    request As Request _
) As IRequestHandler
'Usage
Dim instance As IRequestHandlerFactory
Dim request As Request
Dim returnValue As IRequestHandler

returnValue = instance.CreateHandler(request)
IRequestHandler CreateHandler(
    Request request
)
IRequestHandler^ CreateHandler(
    Request^ request
)

Parameters

Return Value

Type: Microsoft.Dynamics.Commerce.Runtime.Workflow.IRequestHandler
The handler.

See Also

Reference

IRequestHandlerFactory Interface

Microsoft.Dynamics.Commerce.Runtime.Workflow Namespace