WaitForNewUnlock Method

Top  Previous  Next

This method waits until a new system unlock arrives within the specified period of time.

 

VB.NET Syntax

 

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

 

C# Syntax

 

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

 

The TimeOut parameter is measured in milliseconds.

 

 

Remarks

 

This method is similar to WaitForUnlock method except that it always waits for a new system unlock arrival.

The Timeout parameter is optional, assuming the WaitTimeout property value by default. This method returns True if the wait was successful and False if the timeout period has expired.

If you pass a timeout value in the Timeout parameter of this method, the value of the property WaitTimeout will not have any effect.

 

See also WaitTimeout property and WaitForUnlock method.

 

 

 

 

Copyright © 2002-2007, Cybele Software Inc. All rights reserved.