NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ContextAttribute.IsNewContextOK

[To be supplied.]

[Visual Basic]
Overridable Public Function IsNewContextOK( _
   ByVal newCtx As Context _
) As Boolean
[C#]
public virtual bool IsNewContextOK(
   Context newCtx
);
[C++]
public: virtual bool IsNewContextOK(
   Context* newCtx
);
[JScript]
public function IsNewContextOK(
   newCtx : Context
) : Boolean;

Parameters

newCtx
[To be supplied.]

See Also

ContextAttribute Class | ContextAttribute Members | System.Runtime.Remoting Namespace