Click or drag to resize

IAttachNodesUtilsNodeId Method

Returns a user friendly attach node representation.

Namespace:  KASAPIv2
Assembly:  KAS-API-v2 (in KAS-API-v2.dll) Version: KAS API v2
Syntax
C#
string NodeId(
	AttachNode an
)
Request Example View Source

Parameters

an
Type: (Default Namespace)AttachNode
The node to get the string for.

Return Value

Type: String
The user friendly node description.
Remarks
It gives on the node and it's peers, which is useful when logging.
See Also