Process Method

Executes the workflow to update sync status listings.

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

Syntax

'Declaration
Protected Overrides Function Process ( _
    request As UpdateListingSyncStatusRequest _
) As NullResponse
'Usage
Dim request As UpdateListingSyncStatusRequest
Dim returnValue As NullResponse

returnValue = Me.Process(request)
protected override NullResponse Process(
    UpdateListingSyncStatusRequest request
)
protected:
virtual NullResponse^ Process(
    UpdateListingSyncStatusRequest^ request
) override

Parameters

Return Value

Type: Microsoft.Dynamics.Commerce.Runtime.Messages.NullResponse
The response.

See Also

Reference

UpdateListingSyncStatusRequestHandler Class

Microsoft.Dynamics.Commerce.Runtime.Workflow Namespace