SwarmChunkAvailability PeerHasChunk Method NetworkComms.Net Help
Returns true if the specified peer has the specified chunkIndex.

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

public bool PeerHasChunk(
	ShortGuid networkIdentifier,
	byte chunkIndex
)

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:DistributedFileSystem.SwarmChunkAvailability.PeerHasChunk(NetworkCommsDotNet.Tools.ShortGuid,System.Byte)"]

See Also