Activate(T) Method

Microsoft Robotics Class Reference

Submits CCR tasks to the dispatcher port for execution. If the task was a receiver orchestration like join or choice, executing it means registering constraints on ports to guard the execution of user code

Namespace: Microsoft.Ccr.Core
Assembly: Microsoft.Ccr.Core (in Microsoft.Ccr.Core.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> [] () [] []
    Tasks to execute

Type Parameters

  • T
    Task instance

See Also

CcrServiceBase Class

Microsoft.Ccr.Core Namespace