[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get information about a store.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public StoreInfo GetStoreInfo( string name ) |
Public Function GetStoreInfo ( _ name As String _ ) As StoreInfo |
public: StoreInfo^ GetStoreInfo( String^ name ) |
Parameters
- name
- Type: System..::.String
retrieve information about the store with this name
Return Value
cref="FileStoreInfo" or cref="DbStoreInfo" or cref="MStoreInfo" object detailing configuration and usage of the store.
Remarks
since EMS 5.0
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |