SynchronizationAttribute.IsReEntrant Property

Definition

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

public:
 virtual property bool IsReEntrant { bool get(); };
public virtual bool IsReEntrant { get; }
member this.IsReEntrant : bool
Public Overridable ReadOnly Property IsReEntrant As Boolean

Property Value

A Boolean value indicating whether reentry is required.

Remarks

If reentry is required, callouts out of the Context to which the current attribute is applied must be intercepted and serialized.

Applies to