ContextAttribute.IsNewContextOK Method
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 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 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: