InvokeWorkflowActivity Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the InvokeWorkflowActivity class.
Overloads
InvokeWorkflowActivity() |
Initializes a new instance of the InvokeWorkflowActivity class. |
InvokeWorkflowActivity(String) |
Initializes a new instance of the InvokeWorkflowActivity class using the name of the activity. |
InvokeWorkflowActivity()
Initializes a new instance of the InvokeWorkflowActivity class.
public:
InvokeWorkflowActivity();
public InvokeWorkflowActivity ();
Public Sub New ()
See also
Applies to
InvokeWorkflowActivity(String)
Initializes a new instance of the InvokeWorkflowActivity class using the name of the activity.
public:
InvokeWorkflowActivity(System::String ^ name);
public InvokeWorkflowActivity (string name);
new System.Workflow.Activities.InvokeWorkflowActivity : string -> System.Workflow.Activities.InvokeWorkflowActivity
Public Sub New (name As String)
Parameters
- name
- String
The user-defined name of the activity.