Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Robotics Class Reference
Constructs an instance of the dispatcher port using the specified CCR dispatcher
Namespace: Microsoft.Ccr.Core
Assembly: Microsoft.Ccr.Core (in Microsoft.Ccr.Core.dll) Version: 4.0.261.0 (4.0.261.0)
Syntax
public DispatcherQueue(
string name,
Dispatcher dispatcher,
TaskExecutionPolicy policy,
double schedulingRate
)
Parameters
- name
Type: System. . :: . .String
Friendly name
- dispatcher
Type: Microsoft.Ccr.Core. . :: . .Dispatcher
Dispatcher instance for executing tasks
- policy
Type: Microsoft.Ccr.Core. . :: . .TaskExecutionPolicy
Task scheduling policy
- schedulingRate
Type: System. . :: . .Double
Average desired scheduling rate, in tasks per second. Only valid when appropriate policy is specified
See Also
DispatcherQueue Overload