Click or drag to resize

TransportRegistrySetDomainDefaultConfig Method

Sets the specific domain default TransportConfig.

Namespace:  OpenDDSharp.OpenDDS.DCPS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public void SetDomainDefaultConfig(
	int domain,
	TransportConfig cfg
)

Parameters

domain
Type: SystemInt32
The domain id where the default TransportConfig will be applied.
cfg
Type: OpenDDSharp.OpenDDS.DCPSTransportConfig
The TransportConfig to be set.
See Also