KSC Open API
Kaspersky Security Center API description
AsyncActionStateChecker Class Reference

Interface to monitor state of async action. More...

List of all members.

Public Member Functions

 CheckActionState (wstring wstrActionGuid,[out] boolean bFinalized,[out] boolean bSuccededFinalized,[out] int lStateCode,[out] params pStateData,[out] int lNextCheckDelay)
 Check status of the async action.

Detailed Description

Interface to monitor state of async action.

It is supposed that client of the AsyncActionStateChecker has added async action and this action has identifier wstrActionGuid. After that client should wait while CheckActionState will return bFinalized for this action or should cancel this action. If the count of finalized actions is reach some limit then client connection will be closed automatically.

The interface is implemented both by Administration Server and Network Agent

See also: