Click or drag to resize

SwarmChunkAvailability Constructor

Namespace:  DistributedFileSystem
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public SwarmChunkAvailability(
	List<ConnectionInfo> sourceConnectionInfoList,
	byte totalNumChunks
)

Parameters

sourceConnectionInfoList
Type: System.Collections.GenericListConnectionInfo
totalNumChunks
Type: SystemByte
See Also