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