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

Get the current FT state of the server, along with its name, pid, version and whether or not it is running in an appliance.

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

Syntax

public StateInfo StateInfo { get; }
Public ReadOnly Property StateInfo As StateInfo
public:
property StateInfo^ StateInfo {
	StateInfo^ get ();
}

Return Value

a StateInfo object containing the current FT state of the server and its name, pid, version and whether or not it is running in an appliance or null if the server does not support this method (EMS 8.0 and earlier).

Exceptions

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

See Also