[TIBCO.EMS .NET Admin client library 6.0 documentation]

Get a summary of the usage of a store file.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.
System..::.ArgumentException if store is invalid

See Also