SynchronizationAttribute Constructor (Int32)
.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.
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.
| 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: