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

Get information about a store.

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

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminException if not authorized or an error occurred.

See Also