IWorkbookModelUsage interface

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

Namespace:  Microsoft.Office.Excel.Server.WebServices
Assembly:  Microsoft.Office.Excel.Server.WebServices (in Microsoft.Office.Excel.Server.WebServices.dll)

Syntax

'Declaration
Public Interface IWorkbookModelUsage
'Usage
Dim instance As IWorkbookModelUsage
public interface IWorkbookModelUsage

See also

Reference

IWorkbookModelUsage members

Microsoft.Office.Excel.Server.WebServices namespace