PostUnknownType Method
Microsoft Robotics Class Reference
Untyped post of a message.
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 PostUnknownType(
Object item
)
Parameters
- item
Type: System. . :: . .Object
The item to enqueue.
Implements
IPort. . :: . .PostUnknownType(Object)
Exceptions
Exception | Condition |
---|---|
Microsoft.Ccr.Core. . :: . .PortNotFoundException | Thrown when the message type is incompatible with any of the port generic type arguments |