System.Runtime.Remoting.Contexts.ContextAttribute.IsNewContextOK Method

Returns a Boolean value indicating whether the context property is compatible with the new context.

Syntax

public virtual bool IsNewContextOK (Context newCtx)

Parameters

newCtx
The new context in which the property has been created.

Returns

true if the context property is okay with the new context; otherwise, false.

Remarks

Once all the context properties have been added to the new context, they are all queried as to whether they are okay in the new context. The context property could look at the other context properties in the Context.ContextProperties property of the new context and determine whether it is compatible with these other context properties.

Note:

By default, the ContextAttribute.IsNewContextOK(Context) method returns true.

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