SwarmChunkAvailability ChunkHealthMetric Method NetworkComms.Net Help
Metric used to determine the health of a chunk and whether swarm will benefit from a broadcasted update. A value greater than 1 signifies a healthy chunk availability.

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

public double ChunkHealthMetric(
	byte chunkIndex,
	byte totalNumChunks
)

Return Value

Type: OnlineDouble

[Missing <returns> documentation for "M:DistributedFileSystem.SwarmChunkAvailability.ChunkHealthMetric(System.Byte,System.Byte)"]

See Also