Freigeben über


SynchronizationAttribute.IsReEntrant-Eigenschaft

Ruft einen booleschen Wert ab, der angibt, ob Reentranz erforderlich ist, oder legt diesen fest.

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

Syntax

'Declaration
Public Overridable ReadOnly Property IsReEntrant As Boolean
'Usage
Dim instance As SynchronizationAttribute
Dim value As Boolean

value = instance.IsReEntrant
public virtual bool IsReEntrant { get; }
public:
virtual property bool IsReEntrant {
    bool get ();
}
/** @property */
public boolean get_IsReEntrant ()
public function get IsReEntrant () : boolean

Eigenschaftenwert

Ein boolescher Wert, der angibt, ob Reentranz erforderlich ist.

Hinweise

Wenn Reentranz erforderlich ist, müssen ausgehende Aufrufe aus dem Context, auf den das aktuelle Attribut angewendet wird, abgefangen und serialisiert werden.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

SynchronizationAttribute-Klasse
SynchronizationAttribute-Member
System.Runtime.Remoting.Contexts-Namespace