Dispatcher Class
Microsoft Robotics
Microsoft Robotics Class Reference
Assembly: Microsoft.Ccr.Core (in Microsoft.Ccr.Core.dll) Version: 4.0.261.0 (4.0.261.0)
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)
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.
Show: