DeleteExpiredListingsRequestHandler Class

Deletes all expired listings.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.Workflow.WorkflowRequestHandler<DeleteExpiredListingsRequest, NullResponse>
    Microsoft.Dynamics.Commerce.Runtime.Workflow.DeleteExpiredListingsRequestHandler

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