SwarmChunkAvailability PeerExistsInSwarm Method (ShortGuid)NetworkComms.Net Help
Returns true if a peer with the provided networkIdentifier exists in this SwarmChunkAvailability

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

public bool PeerExistsInSwarm(
	ShortGuid networkIdentifier
)

Parameters

networkIdentifier
Type: NetworkCommsDotNet.Tools ShortGuid
The network identifier of the relevant peer

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:DistributedFileSystem.SwarmChunkAvailability.PeerExistsInSwarm(NetworkCommsDotNet.Tools.ShortGuid)"]

See Also