KSC Open API
Kaspersky Security Center API description
wstring SsContents::Ss_ApplyAsync ( wstring  wstrID)

Save changes asynchronously

Saves changes made by methods Ss_Update, Ss_Add, Ss_Replace, Ss_Clear, Ss_Delete, Ss_CreateSection, Ss_DeleteSection

Parameters:
wstrID(wstring) identifier of opened SsContents
Returns:
(wstring) ID of an asynchronous request. Use this ID to get the result.
Remarks:
To check the state, call AsyncActionStateChecker::CheckActionState periodically until the procedure is completed. If the procedure succeeds, AsyncActionStateChecker::CheckActionState returns a successful result. Otherwise, the AsyncActionStateChecker::CheckActionState returns an Error in pStateData.
Exceptions:
Thefunction throws an exception in case of an error.