Refresh method

Refreshes the state of the Item.

Syntax


C++

HRESULT Refresh()

Scripting languages

Object.Refresh

Parameters


None.

Return value


C++

The return code.

Scripting languages

None.

Remarks


Refreshes from the server database. This method is particularly useful for long-running SAAPI-S programs that maintain references to Items &endash; if those Items are modified by other processes, the referenced Items will become stale.

Calling this method makes sure that a referenced object is up-to-date.

Home

Applies to

IERUItem