SynchronizationAttribute::IsReEntrant Property

 

Gets or sets a Boolean value indicating whether reentry is required.

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

public:
property bool IsReEntrant {
	virtual bool get();
}

Property Value

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: