[TIBCO.EMS .NET Admin client library 5.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get a summary of the usage of a store file.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public StoreInfo GetStoreInfo( Store store ) |
Public Function GetStoreInfo ( _ store As Store _ ) As StoreInfo |
public: StoreInfo^ GetStoreInfo( Store store ) |
Parameters
- store
- Type: TIBCO.EMS.ADMIN..::.Store
the store file to summarize, either Sync or Async
Return Value
a StoreInfo object detailing the usage of the store file.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |
System..::.ArgumentException | if store is invalid |