ChunkFlags FlagSet Method NetworkComms.Net Help
Returns true if the provided chunk is available. Zero indexed from least significant bit.

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

public bool FlagSet(
	byte chunkIndex
)

Parameters

chunkIndex
Type: OnlineSystem Byte
The chunk index flag to check

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:DistributedFileSystem.ChunkFlags.FlagSet(System.Byte)"]

See Also