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

Get the current state of the server.

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

Syntax

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

Return Value

the State object representing the server's state.

See Also