JustInTimeActivationAttribute Constructor (Boolean)
.NET Framework (current version)
Initializes a new instance of the JustInTimeActivationAttribute class, optionally allowing the disabling of just-in-time (JIT) activation by passing false as the parameter.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
Parameters
- val
-
Type:
System::Boolean
true to enable JIT activation; otherwise, false.
JIT activation is required and val cannot be set to false if the TransactionOption value for the transaction is Supported, Required, or RequiresNew.
The following code example creates a new JustInTimeActivationAttribute.
.NET Framework
Available since 1.1
Available since 1.1
Show: