[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 StateVal StateVal { get; }
Public ReadOnly Property StateVal As StateVal
public:
property StateVal StateVal {
	StateVal get ();
}

Return Value

the server state.

See Also