VariableSet Class

System Center

The VariableSet class stores a group of variables that are globally accessible by all responses running in MOM.

 public class VariableSet

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Remarks

The VariableSet object is automatically instantiated by the MOM runtime environment. You can use a VariableSet object as a store for global response variables during the lifetime of the MOM service. When the MOM service is stopped, all data stored in the VariableSet object is discarded.

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2005 or later

Namespace: Microsoft.EnterpriseManagement.Mom.Runtime

Assembly: MOM.Context (in MOM.Context.dll)

Show: