Freigeben über


SynchronizationAttribute.IsContextOK-Methode

Gibt einen booleschen Wert zurück, der angibt, ob der Kontextparameter den Anforderungen des Kontextattributs entspricht.

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

Syntax

'Declaration
<ComVisibleAttribute(True)> _
Public Overrides Function IsContextOK ( _
    ctx As Context, _
    msg As IConstructionCallMessage _
) As Boolean
'Usage
Dim instance As SynchronizationAttribute
Dim ctx As Context
Dim msg As IConstructionCallMessage
Dim returnValue As Boolean

returnValue = instance.IsContextOK(ctx, msg)
[ComVisibleAttribute(true)] 
public override bool IsContextOK (
    Context ctx,
    IConstructionCallMessage msg
)
[ComVisibleAttribute(true)] 
public:
virtual bool IsContextOK (
    Context^ ctx, 
    IConstructionCallMessage^ msg
) override
/** @attribute ComVisibleAttribute(true) */ 
public boolean IsContextOK (
    Context ctx, 
    IConstructionCallMessage msg
)
ComVisibleAttribute(true) 
public override function IsContextOK (
    ctx : Context, 
    msg : IConstructionCallMessage
) : boolean

Parameter

  • ctx
    Der zu überprüfende Kontext.
  • msg
    Die zur Konstruktionszeit des kontextbezogenen Objekts gesammelten Informationen, die durch dieses Attribut markiert wurden. Beim Bestimmen der Zulässigkeit des Kontexts kann das SynchronizationAttribute Eigenschaften aus dem Kontext überprüfen, hinzufügen und aus diesem entfernen.

Rückgabewert

true, wenn der übergebene Kontext passend ist, andernfalls false.

Ausnahmen

Ausnahmetyp Bedingung

ArgumentNullException

Der ctx-Parameter oder der msg-Parameter ist NULL (Nothing in Visual Basic).

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