EnqueueTimer 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
public virtual void EnqueueTimer(
TimeSpan timeSpan,
Port<DateTime> timerPort
)
Parameters
- timeSpan
Type: System. . :: . .TimeSpan
- timerPort
Type: Microsoft.Ccr.Core. . :: . .Port< (Of < ( <'DateTime> ) > ) >