StateFinalizationActivity 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.
Overloads
StateFinalizationActivity() |
Initializes a new instance of the StateFinalizationActivity class. |
StateFinalizationActivity(String) |
Initializes a new instance of the StateFinalizationActivity class using the name of the activity. |
StateFinalizationActivity()
Initializes a new instance of the StateFinalizationActivity class.
public:
StateFinalizationActivity();
public StateFinalizationActivity ();
Public Sub New ()
See also
Applies to
StateFinalizationActivity(String)
Initializes a new instance of the StateFinalizationActivity class using the name of the activity.
public:
StateFinalizationActivity(System::String ^ name);
public StateFinalizationActivity (string name);
new System.Workflow.Activities.StateFinalizationActivity : string -> System.Workflow.Activities.StateFinalizationActivity
Public Sub New (name As String)
Parameters
- name
- String
The user-defined name of the activity.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.