SwarmChunkAvailability Constructor NetworkComms.Net Help
Creates a new instance of SwarmChunkAvailability

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

public SwarmChunkAvailability(
	List<ConnectionInfo> sourceConnectionInfoList,
	byte totalNumChunks
)

Parameters

sourceConnectionInfoList
Type: OnlineSystem.Collections.Generic List ConnectionInfo 
A list of sources. Possibly multiple peers each with multiple IPEndPoints.
totalNumChunks
Type: OnlineSystem Byte
The total number of chunks in the associated DFS item, used for initialising peer chunkflags
See Also