CreateMasterNode

SearchNetworkNode.CreateMasterNode method

Creates a master node of the search network.

public static SearchNetworkNode CreateMasterNode(int nodeIndex, string storagePath, 
    INetworkSettings networkSettings, ILogger logger, Configuration configuration)
Parameter Type Description
nodeIndex Int32 The node index.
storagePath String The storage path.
networkSettings INetworkSettings The network settings.
logger ILogger The logger.
configuration Configuration The configuration.

Return Value

The master node.

See Also