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

Get the current set of server configuration and metrics.

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

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

See Also