Dispatcher Class

Microsoft Robotics Class Reference

Implementation of the CCR Task Dispatcher/Scheduler

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

Syntax

public sealed class Dispatcher : IDisposable

Remarks

Programs can schedule code by adding at least one port to the dispatcher instance and then posting task instances. Using Activate() or spawn within the context of a class deriving from CcrServiceBase that is associated with a dispatcher port instance is the most common way to interact with the dispatcher.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.Ccr.Core..::..Dispatcher

See Also

Dispatcher Members

Microsoft.Ccr.Core Namespace