PortSet(T0, T1) Class

Microsoft Robotics Class Reference

Multiple Queue Port composed out of multiple Port<T> instances, one for each type

Remarks

For each generic type argument T, an instance of Port<T> is used to store messages of that type Each Port<T> instance is independent of the others and there are non ordering guarantees across ports under the same multiple port wrapper. To get access to the individual ports use the P0,P1,...,PN accessors

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 PortSet<T0, T1> : IPortSet, 
    IPort

Type Parameters

  • T0
    [Missing <typeparam name="T0"/> documentation for "T:Microsoft.Ccr.Core.PortSet`2"]

  • T1
    [Missing <typeparam name="T1"/> documentation for "T:Microsoft.Ccr.Core.PortSet`2"]

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.Ccr.Core..::..PortSet<(Of <(<'T0, T1>)>)>
    Microsoft.Ccr.Core. . :: . .SuccessFailurePort
    Microsoft.Dss.ServiceModel.Dssp. . :: . .DsspResponsePort< (Of < ( <'RESPONSE> ) > ) >
    Microsoft.Dss.Services.FileStore. . :: . .FileStoreConstructorPort
    Microsoft.Dss.Services.PartnerListManager. . :: . .PartnerSubscribeResultsPort

See Also

PortSet< (Of < ( <'T0, T1> ) > ) > Members

Microsoft.Ccr.Core Namespace

Microsoft.Ccr.Core. . :: . .Port< (Of < ( <'T> ) > ) >