TryPostUnknownType Method

Microsoft Robotics Class Reference

Attempts to enqueue an untyped 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

bool TryPostUnknownType(
    Object item
)

Parameters

Return Value

True if message instance type is compatible with port and enqueue succeeded, False otherwise

See Also

IPort Interface

Microsoft.Ccr.Core Namespace