IContextProperty::IsNewContextOK Method (Context^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns a Boolean value indicating whether the context property is compatible with the new context.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- newCtx
-
Type:
System.Runtime.Remoting.Contexts::Context^
The new context in which the ContextProperty has been created.
Return Value
Type: System::Booleantrue if the context property can coexist with the other context properties in the given context; otherwise, false.
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 from newCtx and determine whether it is compatible with these other context properties.
.NET Framework
Available since 1.1
Available since 1.1
Show: