Share via


PostElement Method

Microsoft Robotics Class Reference

Inserts Element at the beginning of the Port FIFO

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

Syntax

void PostElement(
    IPortElement element
)

Parameters

Remarks

This is unlike all other Post APIs and used only by two phase arbiters that need to return an item to the port

See Also

IPortArbiterAccess Interface

Microsoft.Ccr.Core.Arbiters Namespace