Click or drag to resize

NetworkTopology Constructor

Initializes a new instance of the NetworkTopology class.

Namespace:  Ookii.Jumbo.Topology
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public NetworkTopology(
	JumboConfiguration configuration
)

Parameters

configuration
Type: Ookii.JumboJumboConfiguration
The jumbo configuration to use, or to use the application configuration.
See Also