Timer
Overview
Location
-
Reference:
- RemObjects.InternetPack.dll .NET, .NET Core 5.0, .NET Standard 2.0
- RemObjects.InternetPack.fx Island
- libRemObjects.InternetPack.fx Toffee
- Namespace: RemObjects.InternetPack
-
Ancestry:
- MarshalByRefObject | Timer .NET, .NET Core 5.0, .NET Standard 2.0
- MarshalByRefObject | Timer Island, Toffee
- MarshalByRefObject | Timer .NET, .NET Core 5.0, .NET Standard 2.0
Instance Methods
constructor (declared in MarshalByRefObject) Island
constructor
Timer()
init()
Sub New()
constructor(callback: TimerCallback; state: Object; dueTime: Int32; period: Int32)
Timer(TimerCallback callback, Object state, Int32 dueTime, Int32 period)
init(_ callback: TimerCallback, _ state: Object, _ dueTime: Int32, _ period: Int32)
Sub New(callback As TimerCallback, state As Object, dueTime As Int32, period As Int32)
Parameters:
- callback:
- state:
- dueTime:
- period:
Change virtual
method Change(dueTime: Int32; period: Int32): Boolean
Boolean Change(Int32 dueTime, Int32 period)
func Change(_ dueTime: Int32, _ period: Int32) -> Boolean
Function Change(dueTime As Int32, period As Int32) As Boolean
Parameters:
- dueTime:
- period:
Dispose
method Dispose
void Dispose()
func Dispose()
Sub Dispose()