IWorkbookModelUsage members

Interface is called by SSPM within ECS to support usage tracking of the internal model. The object should be thread safe as a single instance of this will be created for each instance of ECS and methods may be called on multiple threads

The IWorkbookModelUsage type exposes the following members.

Methods

  Name Description
Public method Connect Called when a new connection is initiated. This will be called also on the connection associated with the initial load
Public method Load Called when an embedded model is initially loaded
Public method MachineHealthCalculated Excel Services periodically monitors the health of the AS machines which it is interacting with. This is a report of those statistics.
Public method RequestComplete Called after completion of a request
Public method Unload Called when a database is unloaded after all connections have been closed
Public method UnloadAbandoned Called when a database is unloaded as part of initialization cleanup. This is almost always associated with process crashes / recycyling.

Top

See also

Reference

IWorkbookModelUsage interface

Microsoft.Office.Excel.Server.WebServices namespace