BASS.NET API for the Un4seen BASS Audio Library

BASSTimerStart Method

BASS.NET API for the Un4seen BASS Audio Library
Activates (starts) the Timer.

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public void Start()
Remarks

After activating the Timer every Interval milliseconds a Tick event will be raised.

Calling this method on an already active timer will have no effect.

See Also

Reference