KSC Open API
Kaspersky Security Center API description
wstring SrvView::ResetIteratorAsyncGetData ( wstring  wstrRequestId)

Return iterator for finalized async request.

Return iterator for finalized async request started by SrvView.ResetIteratorAsync

Parameters:
wstrRequestIdrequest id returned by SrvView.ResetIteratorAsync
Returns:
wstrIteratorId (wstring) result-set ID, identifier of the server-side ordered collection of found data records. The result-set is destroyed and associated memory is freed in following cases:
  • Passed lifetimeSec seconds after last access to the result-set (by methods GetRecordCount and GetRecordRange).
  • Session to the Administration Server has been closed.
  • ReleaseIterator has been called.