Network.AddVertex Method

Comuna.NET

NetworkAddVertex Method

Adds a new node to the network.

Namespace:  Comuna
Assembly:  Comuna (in Comuna.dll) Version: 1.0.0
Syntax
C#
public bool AddVertex(
	uint node
)
Request Example View Source

Parameters

node
Type: SystemUInt32
The node (ID) to be added to the network.

Return Value

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