Click or drag to resize

TransportRegistryGetConfig Method

Gets an already created TransportConfig.

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

Parameters

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

Return Value

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