Click or drag to resize

TransportRegistryGetInst Method

Gets an already created TransportInst.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public TransportInst GetInst(
	string name
)

Parameters

name
Type: SystemString
The name given to the TransportInst during the creation.

Return Value

Type: TransportInst
The TransportInst or null if not found.
See Also