[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;
ContextAttribute Class | ContextAttribute Members | System.Runtime.Remoting Namespace