GetListingByRecordIdHandler Class

Retrieves all listings matching the specified record identifiers.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.Workflow.WorkflowRequestHandler<GetListingByRecordIdRequest, GetListingByRecordIdResponse>
    Microsoft.Dynamics.Commerce.Runtime.Workflow.GetListingByRecordIdHandler

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