CallExternalMethodActivity 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 CallExternalMethodActivity class.
Overloads
CallExternalMethodActivity() |
Initializes a new instance of the CallExternalMethodActivity class. |
CallExternalMethodActivity(String) |
Initializes a new instance of the CallExternalMethodActivity class using the name of the activity. |
CallExternalMethodActivity()
Initializes a new instance of the CallExternalMethodActivity class.
public:
CallExternalMethodActivity();
public CallExternalMethodActivity();
Public Sub New ()
Applies to
CallExternalMethodActivity(String)
Initializes a new instance of the CallExternalMethodActivity class using the name of the activity.
public:
CallExternalMethodActivity(System::String ^ name);
public CallExternalMethodActivity(string name);
new System.Workflow.Activities.CallExternalMethodActivity : string -> System.Workflow.Activities.CallExternalMethodActivity
Public Sub New (name As String)
Parameters
- name
- String
The user-defined name of the activity, used to initialize the activity name property.