Share via


PortElement(T) Class

Microsoft Robotics Class Reference

Container class for port messages. Generic type is the same as the port type this container will be posted to. Ports maintain a queue of these containers

Namespace: Microsoft.Ccr.Core.Arbiters
Assembly: Microsoft.Ccr.Core (in Microsoft.Ccr.Core.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

public class PortElement<T> : IPortElement<T>, 
    IPortElement

Type Parameters

  • T
    [Missing <typeparam name="T"/> documentation for "T:Microsoft.Ccr.Core.Arbiters.PortElement`1"]

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.Ccr.Core.Arbiters..::..PortElement<(Of <(<'T>)>)>

See Also

PortElement< (Of < ( <'T> ) > ) > Members

Microsoft.Ccr.Core.Arbiters Namespace