DFS Initialise Method NetworkComms.Net Help
Initialises the DFS

Namespace: DistributedFileSystem
Assembly: DistributedFileSystem (in DistributedFileSystem.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static void Initialise(
	int initialPort,
	bool rangeRandomPortFailover = true
)

Parameters

initialPort
Type: OnlineSystem Int32
The local listen port to use
rangeRandomPortFailover (Optional)
Type: OnlineSystem Boolean
True if a random port should be select if the initialPort is unavailable
See Also