System.Runtime.Remoting.Contexts.IContextAttribute.IsContextOK Method

Returns a Boolean value indicating whether the specified context meets the context attribute's requirements.

Syntax

public bool IsContextOK (Context ctx, System.Runtime.Remoting.Activation.IConstructionCallMessage msg)

Parameters

ctx
The context to check against the current context attribute.
msg
The construction call, parameters of which need to be checked against the current context.

Returns

true if the passed in context is okay; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Runtime.Remoting.Contexts
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0