Click or drag to resize

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
Syntax
public void SortedInsert(
	TransportInst inst
)

Parameters

inst
Type: OpenDDSharp.OpenDDS.DCPSTransportInst
The TransportInst to be inserted.
See Also