This will produce a tick every interval of time and start the stopwatch.

Namespace:  CoreDevices
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void StartTimeTicks(
	EasyCore ecore,
	long IntervalMS
)
Visual Basic (Declaration)
Public Sub StartTimeTicks ( _
	ecore As EasyCore, _
	IntervalMS As Long _
)
Visual C++
public:
void StartTimeTicks(
	EasyCore^ ecore, 
	long long IntervalMS
)

Parameters

ecore
Type: CoreDevices..::.EasyCore

[Missing <param name="ecore"/> documentation for "M:CoreDevices.StopWatch.StartTimeTicks(CoreDevices.EasyCore,System.Int64)"]

IntervalMS
Type: System..::.Int64
This is the main interval that will be ticked

See Also