[This is preliminary documentation and is subject to change.]

Initializes a new instance of the TimerEx class

Namespace:  Phoenix.Utils
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public TimerEx(
	int interval
)
Public Sub New ( _
	interval As Integer _
)
public:
TimerEx(
	int interval
)

Parameters

interval
Int32

See Also