T1
CSharpTest.Net
Start<T1>(TimeSpan,Action<T1>,T1,Action<Exception>) Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Delegates Namespace > TimeoutAction Class > Start Method : Start<T1>(TimeSpan,Action<T1>,T1,Action<Exception>) Method

wait
perform
arg1
onerror

Glossary Item Box

Enqueues a task to be performed at some time in the future

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Start(Of T1)( _
   ByVal wait As TimeSpan, _
   ByVal perform As Action(Of T1), _
   ByVal arg1 As T1, _
   ByVal onerror As Action(Of Exception) _
) As TimeoutAction
C# 
public static TimeoutAction Start<T1>( 
   TimeSpan wait,
   Action<T1> perform,
   T1 arg1,
   Action<Exception> onerror
)

Parameters

wait
perform
arg1
onerror

Type Parameters

T1

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys