Click or drag to resize

TransportRegistryCreateConfig Method

Creates a new TransportConfig.

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

Parameters

name
Type: SystemString
A unique name for the config.

Return Value

Type: TransportConfig
The newly created TransportConfig or null if failed.
See Also