SynchronizationAttribute Constructor (Boolean)

 

Initializes a new instance of the SynchronizationAttribute class with a Boolean value indicating whether reentry is required.

Namespace:   System.Runtime.Remoting.Contexts
Assembly:  mscorlib (in mscorlib.dll)

public:
SynchronizationAttribute(
	bool reEntrant
)

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
Return to top
Show: