Post Method (T1)
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(
T1 item
)
Parameters
- item
Type: T1
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, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> ) > ) > Class