Version

GetConnectedNodesId Method

Returns a list of identifiers for the incoming or outgoing connected nodes of a specific Network node
Syntax
'Declaration
 
Protected Function GetConnectedNodesId( _
   ByVal connections As System.Collections.Generic.IEnumerable(Of NetworkNodeConnection), _
   ByVal connectionType As System.String _
) As System.String
protected System.string GetConnectedNodesId( 
   System.Collections.Generic.IEnumerable<NetworkNodeConnection> connections,
   System.string connectionType
)
protected: System.string* GetConnectedNodesId( 
   System.Collections.Generic.IEnumerable<NetworkNodeConnection*>* connections,
   System.string* connectionType
) 

Parameters

connections
Collection of incoming or outgoing connections of a specific Network node
connectionType
The type of the connection (Incoming or Outgoing)

Return Value

List of identifiers for the incoming or outgoing connected nodes of a specific Network node
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also