TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetStoreInfo Method 

Get a summary of the usage of a store file.

public StoreInfo GetStoreInfo(
   Store store
);

Parameters

store
the store file to summarize, either Sync or Async

Return Value

a StoreInfo object detailing the usage of the store file.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
ArgumentException if store is invalid

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace