Port(T) Class

Microsoft Robotics Class Reference

Type safe message queue and receiver attach point for the CCR.

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

Syntax

public class Port<T> : IPort, IPortReceive, 
    IPortArbiterAccess

Type Parameters

  • T
    Type for messages that can be enqueued

Remarks

It enqueues messages and keeps track of receivers that can consume messages. Its the primary interaction point for CCR programs

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.Ccr.Core..::..Port<(Of <(<'T>)>)>
    Microsoft.Dss.Services.Forwarders. . :: . .ForwarderEnvelopePort

See Also

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

Microsoft.Ccr.Core Namespace