MSFT_TransientEggTimerEvent class

The MSFT_TransientEggTimerEvent class represents the expiration of a specific timer that is associated with a transient provider instance. The timer is a numeric type that has a value for the amount of time before expiration. A numeric property is specified as a timer by using the qualifier trns_egg_timer.

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_TransientEggTimerEvent : __ExtrinsicEvent
{
  string ClassName;
  string PropertyName;
  object Object;
  uint8  SECURITY_DESCRIPTOR[];
  uint64 TIME_CREATED;
};

Members

The MSFT_TransientEggTimerEvent class has these types of members:

  • Properties

Properties

The MSFT_TransientEggTimerEvent class has these properties.

ClassName

Data type: string

Access type: Read-only

Name of a class.

Object

Data type: object

Access type: Read-only

Instance responsible for firing an event.

PropertyName

Data type: string

Access type: Read-only

Name of a property.

SECURITY_DESCRIPTOR

Data type: uint8 array

Access type: Read-only

Descriptor that the event provider uses to determine the users that can receive an event. This property is inherited from __ExtrinsicEvent.

TIME_CREATED

Data type: uint64

Access type: Read-only

Unique value that indicates the time when an event is generated. This is a 64-bit value that represents the number of 100-nanosecond intervals after January 1, 1601. The information is in the Coordinated Universal Time (UTC) format. This property is inherited from __ExtrinsicEvent.

For more information about using uint64 values in scripts, see Scripting in WMI.

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

Correlation Consumers