[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get the current set of server configuration and metrics.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public ServerInfo Info { get; } |
Public ReadOnly Property Info As ServerInfo |
public: property ServerInfo^ Info { ServerInfo^ get (); } |
Return Value
a ServerInfo object containing the current configuration and metrics for the server.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |