Adds or updates a peer to the local availability list. Useful for when a peer informs us of an updated availability.
Namespace: DistributedFileSystemAssembly: DistributedFileSystem (in DistributedFileSystem.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- connectionInfo
- Type: NetworkCommsDotNet ConnectionInfo
The connectionInfo of the remote peer
- latestChunkFlags
- Type: DistributedFileSystem ChunkFlags
The new chunk flags
- superPeer (Optional)
- Type: System Boolean
True if this peer is a superPeer
- setIPEndPointOnline (Optional)
- Type: System Boolean
Set the relevant IPEndPoint online as a result of updating chunk flags
See Also