Post Method (T0)

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 void Post(
    T0 item
)

Parameters

  • item
    Type: T0
    Object instance to enqueue

Exceptions

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

See Also

PortSet< (Of < ( <'T0, T1> ) > ) > Class

Post Overload

Microsoft.Ccr.Core Namespace