IWMSCacheItemCollection Object (C#)

banner art

Previous Next

IWMSCacheItemCollection Object (C#)

The IWMSCacheItemCollection object contains a collection of IWMSCacheItemDescriptor objects. This object is implemented by a cache plug-in and called by the server.

  • Note   This object is available only on Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; and Windows Server 2008.

The IWMSCacheItemCollection object exposes the following properties and methods.

Method Description
GetCount Retrieves the number of IWMSCacheItemDescriptor objects in the collection.
GetItem Retrieves a specific IWMSCacheItemDescriptor object from the collection.

 

See Also

Previous Next