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