ChunkFlags AllFlagsSet Method NetworkComms.Net Help
Returns true if all bit flags up to the provided uptoChunkIndexInclusive are set to true

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

public bool AllFlagsSet(
	byte uptoChunkIndexInclusive
)

Parameters

uptoChunkIndexInclusive
Type: OnlineSystem Byte
The chunk index up to which the flags should be checked

Return Value

Type: OnlineBoolean

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

See Also