Network.AddEdge Method

Comuna.NET

NetworkAddEdge Method

Adds a new Connection to the network.

Namespace:  Comuna
Assembly:  Comuna (in Comuna.dll) Version: 1.0.0
Syntax
C#
public bool AddEdge(
	Connection connection
)
Request Example View Source

Parameters

connection
Type: ComunaConnection
The connection to be added.

Return Value

Type: Boolean
A Boolean indicating whether the connection was successfully added.
See Also