SwarmChunkAvailability CachedNonLocalChunkExistences Method NetworkComms.Net Help
Builds a dictionary of chunk availability throughout the current swarm for chunks we don't have locally. Keys are chunkIndex, peer network identifier, and peer total chunk count

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

public Dictionary<byte, Dictionary<ConnectionInfo, PeerInfo>> CachedNonLocalChunkExistences(
	byte totalChunksInItem,
	out Dictionary<ConnectionInfo, PeerInfo> nonLocalPeerAvailability
)

Parameters

totalChunksInItem
Type: OnlineSystem Byte
The total number of chunks in this item
nonLocalPeerAvailability
Type: OnlineSystem.Collections.Generic Dictionary ConnectionInfo, PeerInfo  
A quick reference dictionary for matching ConnectionInfo with PeerInfo

Return Value

Type: OnlineDictionary OnlineByte, OnlineDictionary ConnectionInfo, PeerInfo  

[Missing <returns> documentation for "M:DistributedFileSystem.SwarmChunkAvailability.CachedNonLocalChunkExistences(System.Byte,System.Collections.Generic.Dictionary{NetworkCommsDotNet.ConnectionInfo,DistributedFileSystem.PeerInfo}@)"]

See Also