PortSet Properties

Microsoft Robotics Class Reference

The PortSet type exposes the following members.

Properties

  Name Description
Public property Item
Returns the port instance used to store items of specified type
Public property Mode
Port operation mode
Public property Ports
Array of single queue ports for each generic type in this port instance

Remarks

If the mode of operation is PortSetMode.SharedPort, the single shared port instance is returned
Public property SharedPort
Shared port instance for all generic type arguments of this instance

Remarks

Valid if the mode of operation is PortSetMode.SharedPort, null otherwise

See Also

PortSet Class

Microsoft.Ccr.Core Namespace