Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ContextAttribute::IsNewContextOK Method (Context^)

 

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.

Namespace:   System.Runtime.Remoting.Contexts
Assembly:  mscorlib (in mscorlib.dll)

public:
[SecurityCriticalAttribute]
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.

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.

System_CAPS_noteNote

By default, the IsNewContextOK method returns true.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft