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