Share via


Execute Method

Microsoft Robotics Class Reference

Invoked by the scheduler to register the receiver on the ports.

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

Syntax

public override IEnumerator<ITask> Execute()

Return Value

Returns null always

Implements

ITask. . :: . .Execute() () () ()

Remarks

If the scheduler directly calls this routine it means this receiver is not nested under any arbiter

See Also

ReceiverTask Class

Microsoft.Ccr.Core.Arbiters Namespace