SPD_eventStateType

Purpose

Defines the set of possible event states as reported by the event state callback.

Syntax

public enum SPD_eventStateType : int
{
   SPD_eventUnknown,
   SPD_eventDown,
   SPD_eventUp
}

Description

SPD_eventUnknown

is a state that never occurs.

SPD_eventDown

means that the Event Server is not currently handling the event in question. If there are two Operations Sentinel servers configured, then neither is handling the event.

SPD_eventUp

means that the Event Server is currently handling the event type in question. The Event Server can be located on the primary or the secondary Operations Sentinel server.