PortSet(T0, T1, T2, T3) Class
Microsoft Robotics
Microsoft Robotics Class Reference
Assembly: Microsoft.Ccr.Core (in Microsoft.Ccr.Core.dll) Version: 4.0.261.0 (4.0.261.0)
Multiple Queue Port composed out of multiple Port<T> instances, one for each type
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)
public class PortSet<T0, T1, T2, T3> : PortSet
- T0
[Missing <typeparam name="T0"/> documentation for "T:Microsoft.Ccr.Core.PortSet`4"]
- T1
[Missing <typeparam name="T1"/> documentation for "T:Microsoft.Ccr.Core.PortSet`4"]
- T2
[Missing <typeparam name="T2"/> documentation for "T:Microsoft.Ccr.Core.PortSet`4"]
- T3
[Missing <typeparam name="T3"/> documentation for "T:Microsoft.Ccr.Core.PortSet`4"]
System..::..Object
Microsoft.Ccr.Core..::..PortSet
Microsoft.Ccr.Core..::..PortSet<(Of <(<'T0, T1, T2, T3>)>)>
Microsoft.Dss.Core.DsspHttpUtilities..::..DsspHttpUtilitiesPort
Microsoft.Dss.Services.Constructor..::..ConstructorPort
Microsoft.Dss.Services.Constructor.Proxy..::..ConstructorPort
Microsoft.Dss.Services.FileStore..::..FileStorePort
Microsoft.Dss.Services.Forwarders..::..ForwarderControlPort
Microsoft.Dss.Services.Serializer..::..SerializerPort
Microsoft.Ccr.Core..::..PortSet
Microsoft.Ccr.Core..::..PortSet<(Of <(<'T0, T1, T2, T3>)>)>
Microsoft.Dss.Core.DsspHttpUtilities..::..DsspHttpUtilitiesPort
Microsoft.Dss.Services.Constructor..::..ConstructorPort
Microsoft.Dss.Services.Constructor.Proxy..::..ConstructorPort
Microsoft.Dss.Services.FileStore..::..FileStorePort
Microsoft.Dss.Services.Forwarders..::..ForwarderControlPort
Microsoft.Dss.Services.Serializer..::..SerializerPort
Show: