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
Enqueue tasks.
Namespace: Microsoft.Ccr.Adapters.Asp
Assembly: Microsoft.Ccr.Adapters.IO (in Microsoft.Ccr.Adapters.IO.dll) Version: 4.0.261.0 (4.0.261.0)
Syntax
public void Activate<T>(
params T[] tasks
)
where T : ITask
Parameters
- tasks
Type: array<T> [] () [] []
The tasks to enqueue
Type Parameters
- T
ITask