Share via


Evaluate Method (IPortElement, ITask)

Microsoft Robotics Class Reference

Called in the context of Port.Post() to check if the join can schedule a commit

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

Syntax

public override bool Evaluate(
    IPortElement messageNode,
    ref ITask deferredTask
)

Parameters

Return Value

always returns false since it never consumes a message

See Also

JoinSinglePortReceiver Class

Evaluate Overload

Microsoft.Ccr.Core Namespace