UpdateListingSyncStatusRequestHandler Class

Updates the synchronization status of the destination for subsequent synchronization of listings.

Used after the listings returned by GetListingsRequest have been applied.

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

Syntax

'Declaration
<RequestHandlerMetadataAttribute(HandledRequestType := GetType(UpdateListingSyncStatusRequest))> _
Public Class UpdateListingSyncStatusRequestHandler _
    Inherits WorkflowRequestHandler(Of UpdateListingSyncStatusRequest, NullResponse)
'Usage
Dim instance As UpdateListingSyncStatusRequestHandler
[RequestHandlerMetadataAttribute(HandledRequestType = typeof(UpdateListingSyncStatusRequest))]
public class UpdateListingSyncStatusRequestHandler : WorkflowRequestHandler<UpdateListingSyncStatusRequest, NullResponse>
[RequestHandlerMetadataAttribute(HandledRequestType = typeof(UpdateListingSyncStatusRequest))]
public ref class UpdateListingSyncStatusRequestHandler : public WorkflowRequestHandler<UpdateListingSyncStatusRequest^, NullResponse^>

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.Workflow.WorkflowRequestHandler<UpdateListingSyncStatusRequest, NullResponse>
    Microsoft.Dynamics.Commerce.Runtime.Workflow.UpdateListingSyncStatusRequestHandler

Thread Safety

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

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.Workflow Namespace