ChunkFlags SetFlag Method NetworkComms.Net Help
Sets the bit flag to 1 which corresponds with the provided chunk index. Zero indexed from least significant bit.

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

public void SetFlag(
	byte chunkIndex,
	bool state = true
)
See Also