WebServiceInputActivity Constructors

Definition

Initializes a new instance of the WebServiceInputActivity class.

Overloads

WebServiceInputActivity()

Initializes a new instance of the WebServiceInputActivity class.

WebServiceInputActivity(String)

Initializes a new instance of the WebServiceInputActivity class using the name of the activity.

WebServiceInputActivity()

Initializes a new instance of the WebServiceInputActivity class.

public:
 WebServiceInputActivity();
public WebServiceInputActivity ();
Public Sub New ()

See also

Applies to

WebServiceInputActivity(String)

Initializes a new instance of the WebServiceInputActivity class using the name of the activity.

public:
 WebServiceInputActivity(System::String ^ name);
public WebServiceInputActivity (string name);
new System.Workflow.Activities.WebServiceInputActivity : string -> System.Workflow.Activities.WebServiceInputActivity
Public Sub New (name As String)

Parameters

name
String

The user-defined name of the activity.

See also

Applies to