JAMS Developer Guide
RunawayEvent Constructor(Int32,RunawayAction)


MVPSI.JAMS Namespace > RunawayEvent Class > RunawayEvent Constructor : RunawayEvent Constructor(Int32,RunawayAction)
Creates a RunawayEvent with the specified percent of average elapsed time.
Syntax
'Declaration
 
Public Function New( _
   ByVal percentOfAverage As System.Integer, _
   Optional ByVal runawayAction As RunawayAction _
)
'Usage
 
Dim percentOfAverage As System.Integer
Dim runawayAction As RunawayAction
 
Dim instance As New RunawayEvent(percentOfAverage, runawayAction)
public RunawayEvent( 
   System.int percentOfAverage,
   RunawayAction runawayAction
)

Parameters

percentOfAverage
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