KSC Open API
Kaspersky Security Center API description
ConEvents Class Reference

Interface to server events. More...

List of all members.

Public Member Functions

int Subscribe (wstring wstrEvent, params pFilter,[out] int nPeriod)
 Subscribe on event.
 UnSubscribe (int nSubsId)
 UnSubscribe from event.
boolean Retrieve ([out] array pEvents,[out] int nPeriod)
 Retrieve.
boolean IsServiceConsoleAvailable (wstring wstrProdName, wstring wstrProdVersion)
 Check service console availability.
boolean IsAnyServiceConsoleAvailable ()
 Check any service console availability.

Detailed Description

Interface to server events.

This interface allow user to subscribe on server events and retrieve them.

See also:
Event polling usage