Mongoose.IDO.IIDOExtensionClass interface

In order for an extension class to access the calling user's context (session information, databases, and so forth), the extension class must implement the IIDOExtensionClass interface in the Mongoose.IDO namespace.

public interface IIDOExtensionClass 
{ 
      void SetContext(Mongoose.IDO.IIDOExtensionClassContext context); 
}