JAMS Developer Guide
ShortEvent Constructor(DeltaTime,ShortSeverity)


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

Parameters

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

ShortEvent Class
ShortEvent Members
Overload List