SwarmChunkAvailability PeerIsComplete Method NetworkComms.Net Help
Returns true if a peer has a complete copy of the DFS item

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

public bool PeerIsComplete(
	ShortGuid networkIdentifier,
	byte totalNumChunks
)

Parameters

networkIdentifier
Type: NetworkCommsDotNet.Tools ShortGuid
The network identifier of the relevant peer
totalNumChunks
Type: OnlineSystem Byte
The total number of chunks in this item

Return Value

Type: OnlineBoolean

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

See Also