Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 2.42 KB

getbuttongridsbyidsrequesthandler-class-microsoft-dynamics-commerce-runtime-workflow.md

File metadata and controls

61 lines (44 loc) · 2.42 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID author ms.date mtps_version f1_keywords dev_langs
GetButtonGridsByIdsRequestHandler Class (Microsoft.Dynamics.Commerce.Runtime.Workflow)
GetButtonGridsByIdsRequestHandler Class
T:Microsoft.Dynamics.Commerce.Runtime.Workflow.GetButtonGridsByIdsRequestHandler
62213372
tonyafehr
05/18/2015
v=AX.60
Microsoft.Dynamics.Commerce.Runtime.Workflow.GetButtonGridsByIdsRequestHandler
CSharp
C++
VB

GetButtonGridsByIdsRequestHandler Class

[!INCLUDEarchive-banner]

Encapsulates the workflow required to fetch buttongrids by identifiers.

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

Syntax

'Declaration
Public NotInheritable Class GetButtonGridsByIdsRequestHandler _
    Inherits WorkflowRequestHandler(Of GetButtonGridsByIdsRequest, GetButtonGridsByIdsResponse)
'Usage
Dim instance As GetButtonGridsByIdsRequestHandler
public sealed class GetButtonGridsByIdsRequestHandler : WorkflowRequestHandler<GetButtonGridsByIdsRequest, GetButtonGridsByIdsResponse>
public ref class GetButtonGridsByIdsRequestHandler sealed : public WorkflowRequestHandler<GetButtonGridsByIdsRequest^, GetButtonGridsByIdsResponse^>

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.Workflow.WorkflowRequestHandler<GetButtonGridsByIdsRequest, GetButtonGridsByIdsResponse>
    Microsoft.Dynamics.Commerce.Runtime.Workflow.GetButtonGridsByIdsRequestHandler

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