ChunkFlags Constructor NetworkComms.Net Help
Initialises the ChunkFlags. The initial state is typically 0 or totalNumChunks

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

public ChunkFlags(
	byte intialState
)

Parameters

intialState
Type: OnlineSystem Byte
The initial state of the ChunkFlags
See Also