Post Method

Microsoft Robotics Class Reference

Enqueues a message instance

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

Syntax

public virtual void Post(
    T item
)

Parameters

  • item
    Type: T
    Object instance to enqueue

Exceptions

Exception Condition
Microsoft.Ccr.Core. . :: . .PortNotFoundException Thrown if the message type is not compatible with the port

See Also

Port< (Of < ( <'T> ) > ) > Class

Microsoft.Ccr.Core Namespace