NCS_ClusterJoin

Instructs the node that executes the function to join the cluster.

Syntax

 #include <ncssdk.h> 
  
 NCS_RETURN NCS_ClusterJoin (
    NCS_HANDLE   Handle );
 

Parameters

Handle

(IN) Specifies the handle supplied by this node to join the cluster.

Return Values

Name

Description

SUCCESS

NCS_SUCCESS.

FAILURE

Remarks

Synchronous: does not return until the join fails or the node is in the cluster.