NodeMapRemoveNode Method

CVB.Net Documentation
Removes a Node from this NodeMap by its key.

Namespace:  Stemmer.Cvb.GevServer
Assembly:  Stemmer.Cvb.GevServer (in Stemmer.Cvb.GevServer.dll) Version: 14.0.0.0
Syntax

protected override bool RemoveNode(
	string key
)

Parameters

key
Type: SystemString
Key to identify the Node to remove.

Return Value

Type: Boolean
if key has been removed; if not present in this NodeMap.
See Also

Reference