Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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(
T4 item
)
Parameters
- item
Type: T4
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> ) > ) > Class