다음을 통해 공유


ExecuteActionCall Class

Contains information to execute an action call from the workflow designer.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WorkflowDesigner
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As ExecuteActionCall

Syntax

'Declaration
<DescriptionAttribute("Action Call")> _
<DesignerAttribute(GetType(ExecuteActionCallDesigner))> _
<ToolboxBitmapAttribute(GetType(ExecuteActionCall), "ActionCall_Designer.png")> _
Public NotInheritable Class ExecuteActionCall
    Inherits NativeActivity
[DescriptionAttribute("Action Call")] 
[DesignerAttribute(typeof(ExecuteActionCallDesigner))] 
[ToolboxBitmapAttribute(typeof(ExecuteActionCall), "ActionCall_Designer.png")] 
public sealed class ExecuteActionCall : NativeActivity
[DescriptionAttribute(L"Action Call")] 
[DesignerAttribute(typeof(ExecuteActionCallDesigner))] 
[ToolboxBitmapAttribute(typeof(ExecuteActionCall), L"ActionCall_Designer.png")] 
public ref class ExecuteActionCall sealed : public NativeActivity
/** @attribute DescriptionAttribute("Action Call") */ 
/** @attribute DesignerAttribute(Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WorkflowDesigner.ExecuteActionCallDesigner) */ 
/** @attribute ToolboxBitmapAttribute(Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WorkflowDesigner.ExecuteActionCall, "ActionCall_Designer.png") */ 
public final class ExecuteActionCall extends NativeActivity
DescriptionAttribute("Action Call") 
DesignerAttribute(Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WorkflowDesigner.ExecuteActionCallDesigner) 
ToolboxBitmapAttribute(Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WorkflowDesigner.ExecuteActionCall, "ActionCall_Designer.png") 
public final class ExecuteActionCall extends NativeActivity

Inheritance Hierarchy

System.Object
   System.Activities.Activity
     System.Activities.NativeActivity
      Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WorkflowDesigner.ExecuteActionCall

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.

Platforms

See Also

Reference

ExecuteActionCall Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WorkflowDesigner Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.