SwarmChunkAvailability NumCompletePeersInSwarm Method NetworkComms.Net Help
The number of complete peers in this swarm.

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

public int NumCompletePeersInSwarm(
	byte totalItemChunks,
	bool excludeSuperPeers = false
)

Parameters

totalItemChunks
Type: OnlineSystem Byte
The total number of chunks in this item
excludeSuperPeers (Optional)
Type: OnlineSystem Boolean
True if super peers should be excluded from the count.

Return Value

Type: OnlineInt32

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

See Also