Click or drag to resize

SwarmChunkAvailabilityCachedNonLocalChunkExistences Method

Namespace:  DistributedFileSystem
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public Dictionary<byte, Dictionary<ConnectionInfo, PeerInfo>> CachedNonLocalChunkExistences(
	byte totalChunksInItem,
	out Dictionary<ConnectionInfo, PeerInfo> nonLocalPeerAvailability
)

Parameters

totalChunksInItem
Type: SystemByte
nonLocalPeerAvailability
Type: System.Collections.GenericDictionaryConnectionInfo, PeerInfo

Return Value

Type: DictionaryByte, DictionaryConnectionInfo, PeerInfo
See Also