ScriptState Object

The ScriptState object represents the script state of MOM. You can use a ScriptState object as a store for script variables during the lifetime of the MOM service. When the service is stopped, all data stored in the ScriptState object is discarded.

Methods

Name Description

CreateSet

Creates a new VarSet object.

DeleteSet

Deletes the specified VarSet object.

GetSet

Gets a VarSet object specified by name.

SaveSet

Saves a VarSet object by name.

Requirements

Platforms: Requires Windows 2000 or later

Version: Requires MOM 2000  or later

See Also

ScriptContext.GetScriptState Method