CSharpTest.Net
TimeoutAction Constructor(TimeSpan,Action)
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Delegates Namespace > TimeoutAction Class > TimeoutAction Constructor : TimeoutAction Constructor(TimeSpan,Action)

wait
perform

Glossary Item Box

Provides scheduling a single-fire event at some duration into the future. The operation is performed once either when the duration expires, or when this object is disposed or collected.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal wait As TimeSpan, _
   ByVal perform As Action _
)
C# 
public TimeoutAction( 
   TimeSpan wait,
   Action perform
)

Parameters

wait
perform

Requirements

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

See Also

Generated with Document! X 2011 by Innovasys