[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get the current state of the server.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
[ObsoleteAttribute("Use either StateInfo.StateObj.StateVal or ServerInfo.StateObj.StateVal instead")] public State State { get; } |
<ObsoleteAttribute("Use either StateInfo.StateObj.StateVal or ServerInfo.StateObj.StateVal instead")> _ Public ReadOnly Property State As State |
[ObsoleteAttribute(L"Use either StateInfo.StateObj.StateVal or ServerInfo.StateObj.StateVal instead")] public: property State State { State get (); } |
Return Value
the server state as an enum.
Remarks
Obsolete as of EMS 8.1.0 as it will not return state
values that pertain to the EMS Appliance fault tolerance mode
introduced with this release.