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

Get a list of configured stores.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public string[] GetStores()
Public Function GetStores As String()
public:
array<String^>^ GetStores()

Return Value

an array of Sring objects containing individual store names.

Remarks

EMS 5.0

Exceptions

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

See Also