MSFT_TransientRebootEvent class
The MSFT_TransientRebootEvent class represents an event fired when Windows Management Instrumentation (WMI) starts up. To perform transient state initialization, updating consumers must subscribe to this event.
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_TransientRebootEvent : __ExtrinsicEvent
{
uint8 SECURITY_DESCRIPTOR[];
uint64 TIME_CREATED;
};
Members
The MSFT_TransientRebootEvent class has these types of members:
- Properties
Properties
The MSFT_TransientRebootEvent class has these properties.
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.
Remarks
The MSFT_TransientRebootEvent class is derived from __ExtrinsicEvent, which has no properties.
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 |