|
TransportConfigSortedInsert Method
|
Insert the
TransportInst in sorted order (by name) in the instances_ list.
Use when the names of the TransportInst objects are specifically assigned
to have the sorted order make sense.
Namespace:
OpenDDSharp.OpenDDS.DCPS
Assembly:
OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntaxpublic void SortedInsert(
TransportInst inst
)
Public Sub SortedInsert (
inst As TransportInst
)
public:
void SortedInsert(
TransportInst^ inst
)
member SortedInsert :
inst : TransportInst -> unit
Parameters
- inst
- Type: OpenDDSharp.OpenDDS.DCPSTransportInst
The TransportInst to be inserted.
See Also