GetBarcodeRequestHandler Class
Important
This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.
Workflow class helps to retrieve the Barcode details.
Namespace: Microsoft.Dynamics.Commerce.Runtime.Workflow
Assembly: Microsoft.Dynamics.Commerce.Runtime.Workflow (in Microsoft.Dynamics.Commerce.Runtime.Workflow.dll)
Syntax
'Declaration
Public Class GetBarcodeRequestHandler _
Inherits WorkflowRequestHandler(Of GetBarcodeRequest, GetBarcodeResponse)
'Usage
Dim instance As GetBarcodeRequestHandler
public class GetBarcodeRequestHandler : WorkflowRequestHandler<GetBarcodeRequest, GetBarcodeResponse>
public ref class GetBarcodeRequestHandler : public WorkflowRequestHandler<GetBarcodeRequest^, GetBarcodeResponse^>
Inheritance Hierarchy
System.Object
Microsoft.Dynamics.Commerce.Runtime.Workflow.WorkflowRequestHandler<GetBarcodeRequest, GetBarcodeResponse>
Microsoft.Dynamics.Commerce.Runtime.Workflow.GetBarcodeRequestHandler
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.