Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Indicates the delay, in seconds, when emerging from a sleep state for an OnOffTransitionConfiguration element.
Element Hierarchy
- <WindowsPerformanceRecorder>
- <OnOffTransitionConfigurations>
- <OnOffTransitionConfiguration>
- <WakeupDelay>
- <OnOffTransitionConfiguration>
- <OnOffTransitionConfigurations>
Syntax
<WakeupDelay Value = SimpleDelayValueType>
</WakeupDelay>
Attributes and Elements
Attributes
| Attribute | Description | Data Type | Required | Default |
|---|---|---|---|---|
| Value | Describes the length of the delay, in seconds. Possible values are 1 through 3600, inclusive. | Integer | Yes |
Child Elements
None.
Parent Elements
| Element | Description |
|---|---|
| OnOffTransitionConfiguration | Represents an on/off transition configuration. |
Example
The following code example shows the configuration of this element.
<OnOffTransitionConfiguration
Id="OnOffTransitionConfiguration_Default_Boot"
Name="OnOffTransitionConfiguration_Default_Boot"
Type="On/Off - Boot">
<PrepareSystem Value="true"/>
<NumberOfRuns Value="3"/>
<PostBootDelay Value="120"/>
<WakeupDelay Value="60"/>
<TransitionTag Value="Boot"/>
</OnOffTransitionConfiguration>