WaitForNewUnlock

Top  Previous  Next

This method waits until a new system unlock arrives within the specified period of time. It is similar to WaitForUnlock method except that it always waits for a new system unlock arrival. It returns True if the wait was successful and False if the Timeout period has expired.

 

VB.NET

 

[Boolean =] Screen.WaitForNewUnlock([TimeOut] As Integer)

 

C#

 

[bool =] Screen.WaitForNewUnlock(int [TimeOut]);

 

 

Parameters

 

Parameters

Description

TimeOut

Optional parameter measured in milliseconds.