KnownPeerEndPoints Constructor NetworkComms.Net Help
Initialise a new KnownPeerEndPoints

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

public KnownPeerEndPoints(
	string itemCheckSum,
	string[] knownPeerEndPoints
)

Parameters

itemCheckSum
Type: OnlineSystem String
The checksum identifier for the included peer end points.
knownPeerEndPoints
Type:  OnlineSystem String 
All known IPEndPoints for this item
See Also