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

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

public int NumPeersInSwarm(
	bool excludeSuperPeers = false
)

Parameters

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.NumPeersInSwarm(System.Boolean)"]

See Also