This topic has not yet been rated - Rate this topic

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)
public virtual bool IsNewContextOK(
	Context newCtx
)

Parameters

newCtx
Type: System.Runtime.Remoting.Contexts.Context

The new context in which the property has been created.

Return Value

Type: System.Boolean
true 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.

NoteNote:

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.

.NET Framework

Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.