Click or drag to resize

TransportConfigInsert Method

Insert the TransportInst in the instances list.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public void Insert(
	TransportInst inst
)

Parameters

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