PeerInfo Constructor NetworkComms.Net Help
Initialise a new PeerInfo

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

public PeerInfo(
	List<ConnectionInfo> peerConnectionInfo,
	ChunkFlags peerChunkFlags,
	bool superPeer
)

Parameters

peerConnectionInfo
Type: OnlineSystem.Collections.Generic List ConnectionInfo 
All ConnectionInfos corresponding with this peer
peerChunkFlags
Type: DistributedFileSystem ChunkFlags
The initial ChunkFlags for this peer
superPeer
Type: OnlineSystem Boolean
True if this is a SuperPeer
See Also