Purpose
Called for a client when a change is detected regarding the source of an event type within the Event Server. Register this callback by calling SPDMonitorEventState (see Section 6.10).
Syntax
public delegate void SPD_eventStateCallback
(
SPD_eventType event,
SPD_eventStateType status,
object passback
)
Description
event
identifies the type of event whose state is being reported.
status
is the new event state.
passback
is the value that the client specified for the passback parameter when it called SPDMonitorEventState.