JAMS Developer Guide
RunawayEvent Constructor(DeltaTime,RunawayAction)


MVPSI.JAMS Namespace > RunawayEvent Class > RunawayEvent Constructor : RunawayEvent Constructor(DeltaTime,RunawayAction)
Creates a RunawayEvent with the specified absolute elapsed time.
Syntax
'Declaration
 
Public Function New( _
   ByVal elapsedTime As DeltaTime, _
   Optional ByVal runawayAction As RunawayAction _
)
'Usage
 
Dim elapsedTime As DeltaTime
Dim runawayAction As RunawayAction
 
Dim instance As New RunawayEvent(elapsedTime, runawayAction)

Parameters

elapsedTime
runawayAction
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

RunawayEvent Class
RunawayEvent Members
Overload List