Edit

Share via


ReplicatorActivity Constructors

Definition

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.

See also

Applies to