Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 2.55 KB

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

File metadata and controls

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

GetChannelProfileByChannelIdRequestHandler Class

[!INCLUDEarchive-banner]

Handler for the GetChannelProfileByChannelIdRequest.

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

Syntax

'Declaration
Public Class GetChannelProfileByChannelIdRequestHandler _
    Inherits WorkflowRequestHandler(Of GetChannelProfileByChannelIdRequest, GetChannelProfileByChannelIdResponse)
'Usage
Dim instance As GetChannelProfileByChannelIdRequestHandler
public class GetChannelProfileByChannelIdRequestHandler : WorkflowRequestHandler<GetChannelProfileByChannelIdRequest, GetChannelProfileByChannelIdResponse>
public ref class GetChannelProfileByChannelIdRequestHandler : public WorkflowRequestHandler<GetChannelProfileByChannelIdRequest^, GetChannelProfileByChannelIdResponse^>

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Commerce.Runtime.Workflow.WorkflowRequestHandler<GetChannelProfileByChannelIdRequest, GetChannelProfileByChannelIdResponse>
    Microsoft.Dynamics.Commerce.Runtime.Workflow.GetChannelProfileByChannelIdRequestHandler

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