Share via


Evaluate Method

Microsoft Robotics Class Reference

This method is invoked in the context of port post(). It must be non blocking and has to determine if the message being posted can be directly consumed or schedule a second phase by returning a task

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

Syntax

bool Evaluate(
    ReceiverTask receiver,
    ref ITask deferredTask
)

Parameters

Return Value

See Also

IArbiterTask Interface

Microsoft.Ccr.Core.Arbiters Namespace