Intersoft ClientUI Documentation
ExecuteTimeOut Method



Ticks to timeout in seconds.
The action to execute.
Execute an System.Action after the specified time span has elapsed.
Syntax
Public Shared Sub ExecuteTimeOut( _
   ByVal timeout As Double, _
   ByVal action As Action _
) 
Dim timeout As Double
Dim action As Action
 
Utility.ExecuteTimeOut(timeout, action)
public static void ExecuteTimeOut( 
   double timeout,
   Action action
)
public:
static void ExecuteTimeOut( 
   double timeout,
   Action^ action
) 

Parameters

timeout
Ticks to timeout in seconds.
action
The action to execute.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utility Class
Utility Members

Send Feedback