GetActiveListingPriceRequestHandler Class

Retrieves the price of an item.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.Workflow.WorkflowRequestHandler<GetActiveListingPriceRequest, GetActiveListingPriceResponse>
    Microsoft.Dynamics.Commerce.Runtime.Workflow.GetActiveListingPriceRequestHandler

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