MSFT_TransientStateBase class

The MSFT_TransientStateBase class is an abstract base class for correlation state machines. Any class whose instances are provided by a transient provider must be derived from MSFT_TransientStateBase if the transient provider is going to provide instance operations for them.

Low-level correlation subclasses MSFT_TransientStateBase further to facilitate identification of correlation state.

Note  For more information about support and installation of this component on a specific operating system, see Operating System Availability of WMI Components.

Syntax

class MSFT_TransientStateBase
{
};

Members

The MSFT_TransientStateBase class does not define any members.

Examples

For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.

For C++ code examples, see WMI C++ Application Examples.

Requirements

Minimum supported client

Windows XP

Minimum supported server

None supported

End of client support

Windows XP

Namespace

\root\subscription

MOF

Trnsprov.mof

DLL

Trnsprov.dll

See also

Base Classes