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

Get the current state of the server.

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

Syntax

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

Return Value

the server state.

See Also