Returns a Boolean indicating whether the context parameter meets the context attribute's requirements.
[Visual Basic] Function IsContextOK( _ ByVal ctx As Context, _ ByVal msg As IConstructionCallMessage _ ) As Boolean [C#] bool IsContextOK( Context ctx, IConstructionCallMessage msg ); [C++] bool IsContextOK( Context* ctx, IConstructionCallMessage* msg ) = 0; [JScript] function IsContextOK( ctx : Context, msg : IConstructionCallMessage ) : Boolean;
true if the passed in context is OK; otherwise, false.
The OUT cookie object can be used to return some specific information which is later passed to the GetPropertiesForNewContext method. It can be null.
IContextAttribute Interface | IContextAttribute Members | System.Runtime.Remoting Namespace