SearchNetworkNode

SearchNetworkNode(int, string, INetworkSettings)

Initializes a new instance of the SearchNetworkNode class.

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

See Also


SearchNetworkNode(int, string, INetworkSettings, ILogger)

Initializes a new instance of the SearchNetworkNode class.

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

See Also


SearchNetworkNode(int, string, INetworkSettings, ILogger, Configuration)

Initializes a new instance of the SearchNetworkNode class.

public SearchNetworkNode(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.

See Also