Open / Close the blanking screen interface.

Namespace:  Intel.Manageability.KVM
Assembly:  HLAPI (in HLAPI.dll)

Syntax

C#
void SetBlankingScreenState(
	bool state,
	int consecutiveRebootsNum
)
Visual Basic (Declaration)
Sub SetBlankingScreenState ( _
	state As Boolean, _
	consecutiveRebootsNum As Integer _
)

Parameters

state
Type: System..::.Boolean
0 = Close, 1 = Open
consecutiveRebootsNum
Type: System..::.Int32
Number of screen blanking reboots

See Also