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

Enum that contains values that represent the state of the server, to be used in combination with the complementary state flags. Values other than STANDBY and ACTIVE are provided as a convenience that can be used instead of checking against individual flags.

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

Syntax

public enum StateVal
Public Enumeration StateVal
public enum class StateVal

Members

Member nameDescription
STANDBY
This value indicates that the server is currently in standby state.
ACTIVE
This value indicates that the server is currently in active state.
WAIT_FOR_PEER
This value indicates that the server is currently waiting for its peer to come up.
STANDBY_SYNCHRONIZING
This value indicates that the server is currently in standby state and is presently synchronizing data from the active server.
STANDBY_REPLICATING
This value indicates that the server is currently in standby state and is presently replicating incoming data from the active server.
STANDBY_PAUSED
This value indicates that the server is currently in standby state and is presently determining the correct action in reaction to failure of the active server.
ACTIVE_SYNCHRONIZING
This value indicates that the server is currently in active state and is presently synchronizing data to the standby server.
ACTIVE_REPLICATING
This value indicates that the server is currently in active state and is presently replicating incoming data to the standby server.
ACTIVE_PAUSED
This value indicates that the server is currently in active state and is presently determining the correct action in reaction to failure of the standby server.
ACTIVE_STANDALONE
This value indicates that the server is currently in standalone active state.

See Also