ContextAttribute.IsNewContextOK Method
This API supports the .NET Framework 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.
Namespace: System.Runtime.Remoting.Contexts
Assembly: mscorlib (in mscorlib.dll)
Parameters
- newCtx
- Type: System.Runtime.Remoting.Contexts.Context
The new context in which the property has been created.
Return Value
Type: System.Booleantrue if the context property is okay with the new context; otherwise, false.
Implements
IContextProperty.IsNewContextOK(Context)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 ContextProperties property of the new context and determine whether it is compatible with these other context properties.
Note |
|---|
By default, the IsNewContextOK method returns true. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note