Kaspersky Security Center Automation  10.0
Public Member Functions | Properties
IKlAkUpdateAgents Interface Reference

import "klakaut.idl";

Inheritance diagram for IKlAkUpdateAgents:
Inheritance graph
[legend]

List of all members.

Public Member Functions

HRESULT  RegisterUpdateAgent ([in] IKlAkParams *pInfo,[in] VARIANT_BOOL bForceRecreate,[out, retval] VARIANT_BOOL *pbCreated)
HRESULT  ModifyUpdateAgent ([in] IKlAkParams *pInfo)
HRESULT  UnregisterUpdateAgent ([in] BSTR strHostName)
HRESULT  GetUpdateAgentInfo ([in] BSTR strHostName,[out, retval] IKlAkParams **ppInfo)
HRESULT  GetUpdateAgents ([in] long lGroup,[out, retval] IKlAkCollection **ppInfo)

Properties

IKlAkProxy  AdmServer [get, set]
VARIANT  Prop ([in] BSTR strName) [get, set]
KlAkObjType  Type [get]

Detailed Description

Update agents.

Allows to register and unregister hosts as update agents, acquire and modify update agents attributes, enumerate update agents.

One should set AdmServer property before using the object.
See JScript call sample below.

	...
	var oObj = new ActiveXObject("klakaut.KlAkUpdateAgents");
	oObj.AdmServer = ...;

See also Registering update agents for hosts in group sample.