Click or drag to resize

SwarmChunkAvailabilityAddOrUpdateCachedPeerChunkFlags Method

Namespace:  DistributedFileSystem
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public void AddOrUpdateCachedPeerChunkFlags(
	ConnectionInfo connectionInfo,
	ChunkFlags latestChunkFlags,
	bool superPeer = false,
	bool setIPEndPointOnline = true
)

Parameters

connectionInfo
Type: NetworkCommsDotNetConnectionInfo
latestChunkFlags
Type: DistributedFileSystemChunkFlags
superPeer (Optional)
Type: SystemBoolean
setIPEndPointOnline (Optional)
Type: SystemBoolean
See Also