SynchronizationAttribute Constructor (Boolean)
.NET Framework (current version)
Initializes a new instance of the SynchronizationAttribute class with a Boolean value indicating whether reentry is required.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- reEntrant
-
Type:
System::Boolean
A Boolean value indicating whether reentry is required.
If reentry is required, callouts out of the Context to which the current attribute is applied must be intercepted and serialized.
.NET Framework
Available since 1.1
Available since 1.1
Show: