Aracılığıyla paylaş


SynchronizationAttribute.IsContextOK Yöntem

Tanım

Bağlam parametresinin bağlam özniteliğinin gereksinimlerini karşılayıp karşılamadığını gösteren bir Boole değeri döndürür.

public:
 override bool IsContextOK(System::Runtime::Remoting::Contexts::Context ^ ctx, System::Runtime::Remoting::Activation::IConstructionCallMessage ^ msg);
public override bool IsContextOK (System.Runtime.Remoting.Contexts.Context ctx, System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
[System.Runtime.InteropServices.ComVisible(true)]
public override bool IsContextOK (System.Runtime.Remoting.Contexts.Context ctx, System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public override bool IsContextOK (System.Runtime.Remoting.Contexts.Context ctx, System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
override this.IsContextOK : System.Runtime.Remoting.Contexts.Context * System.Runtime.Remoting.Activation.IConstructionCallMessage -> bool
[<System.Runtime.InteropServices.ComVisible(true)>]
override this.IsContextOK : System.Runtime.Remoting.Contexts.Context * System.Runtime.Remoting.Activation.IConstructionCallMessage -> bool
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
override this.IsContextOK : System.Runtime.Remoting.Contexts.Context * System.Runtime.Remoting.Activation.IConstructionCallMessage -> bool
Public Overrides Function IsContextOK (ctx As Context, msg As IConstructionCallMessage) As Boolean

Parametreler

ctx
Context

Denetlenecek bağlam.

msg
IConstructionCallMessage

Bu öznitelik tarafından işaretlenen bağlama bağlı nesnenin yapım zamanında toplanan bilgiler. bağlamın SynchronizationAttribute kabul edilebilir olup olmadığını belirlerken bağlamı inceleyebilir, ekleyebilir ve bağlamdan özellikleri kaldırabilir.

Döndürülenler

true bağlam içinde geçirilen Tamam ise; aksi takdirde , false.

Öznitelikler

Özel durumlar

ctx veya msg parametresidirnull.

Şunlara uygulanır