[TIBCO.EMS .NET Admin client library 8.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
[ObsoleteAttribute("Use GetStoreInfo(String name) instead")] public StoreInfo GetStoreInfo( Store store ) |
<ObsoleteAttribute("Use GetStoreInfo(String name) instead")> _ Public Function GetStoreInfo ( _ store As Store _ ) As StoreInfo |
[ObsoleteAttribute(L"Use GetStoreInfo(String name) instead")] 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 |