GetListingsRequestHandler Class

Retrieves the collection of changed listings since the last synchronization of the specified destination.

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

Syntax

'Declaration
<RequestHandlerMetadataAttribute(HandledRequestType := GetType(GetListingsRequest))> _
Public NotInheritable Class GetListingsRequestHandler _
    Inherits WorkflowRequestHandler(Of GetListingsRequest, GetListingsResponse)
'Usage
Dim instance As GetListingsRequestHandler
[RequestHandlerMetadataAttribute(HandledRequestType = typeof(GetListingsRequest))]
public sealed class GetListingsRequestHandler : WorkflowRequestHandler<GetListingsRequest, GetListingsResponse>
[RequestHandlerMetadataAttribute(HandledRequestType = typeof(GetListingsRequest))]
public ref class GetListingsRequestHandler sealed : public WorkflowRequestHandler<GetListingsRequest^, GetListingsResponse^>

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.Workflow.WorkflowRequestHandler<GetListingsRequest, GetListingsResponse>
    Microsoft.Dynamics.Commerce.Runtime.Workflow.GetListingsRequestHandler

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