Intersoft ClientUI Documentation
CreateTimeOut Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > Utility Class : CreateTimeOut Method






timeout
Ticks to timeout in seconds.
handler
Event delegation.
Create a dispatcher time out.

Syntax

Visual Basic (Declaration) 
Public Shared Function CreateTimeOut( _
   ByVal timeout As Double, _
   ByVal handler As EventHandler _
) As DispatcherTimer
Visual Basic (Usage)Copy Code
Dim timeout As Double
Dim handler As EventHandler
Dim value As DispatcherTimer
 
value = Utility.CreateTimeOut(timeout, handler)
C# 
public static DispatcherTimer CreateTimeOut( 
   double timeout,
   EventHandler handler
)
Delphi 
public function CreateTimeOut( 
    timeout: Double;
    handler: EventHandler
): DispatcherTimer; static; 
JScript 
public static function CreateTimeOut( 
   timeout : double,
   handler : EventHandler
) : DispatcherTimer;
Managed Extensions for C++ 
public: static DispatcherTimer* CreateTimeOut( 
   double timeout,
   EventHandler* handler
) 
C++/CLI 
public:
static DispatcherTimer^ CreateTimeOut( 
   double timeout,
   EventHandler^ handler
) 

Parameters

timeout
Ticks to timeout in seconds.
handler
Event delegation.

Return Value

Dispatcher Timeout

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.