GetItemsRequestHandler Class

Retrieves a collection of items.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.Workflow.WorkflowRequestHandler<GetItemsRequest, GetItemsResponse>
    Microsoft.Dynamics.Commerce.Runtime.Workflow.GetItemsRequestHandler

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