SynchronizationAttribute Constructor (Int32, Boolean)
.NET Framework (current version)
Initializes a new instance of the SynchronizationAttribute class with a flag indicating the behavior of the object to which this attribute is applied, and a Boolean value indicating whether reentry is required.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- flag
-
Type:
System::Int32
An integer value indicating the behavior of the object to which this attribute is applied.
- reEntrant
-
Type:
System::Boolean
true if reentry is required, and callouts must be intercepted and serialized; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentException | The flag parameter was not one of the defined flags. |
The flag parameter must be either NOT_SUPPORTED, SUPPORTED, REQUIRED, or REQUIRES_NEW.
.NET Framework
Available since 1.1
Available since 1.1
Show: