EnqueueTimerUsingClrSystemTimers Method

Microsoft Robotics Class Reference

Enqueues a timer registration that will post a DateTime item on the timerPort

Namespace: Microsoft.Ccr.Core
Assembly: Microsoft.Ccr.Core (in Microsoft.Ccr.Core.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

protected virtual Timer EnqueueTimerUsingClrSystemTimers(
    TimeSpan timeSpan,
    Port<DateTime> timerPort
)

Parameters

Return Value

The System.Timer instance if a timer was instantiated, null if no timer was needed due to short timespan

See Also

DispatcherQueue Class

Microsoft.Ccr.Core Namespace