C-DEngine 5.105

TheNMIEngine..::..IsNMINodeAlive Method

Returns true if the DeviceID given is known to the NMI Engine (has requested the Meta Information and sent Heartbeat Pings recently)

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static bool IsNMINodeAlive(
	Guid pNodeID
)
Public Shared Function IsNMINodeAlive ( _
	pNodeID As Guid _
) As Boolean
public:
static bool^ IsNMINodeAlive(
	Guid^ pNodeID
)

Parameters

pNodeID
Type: Guid

Return Value