SwarmChunkAvailability BroadcastItemRemoval Method NetworkComms.Net Help
Broadcast to all known peers that the local DFS is removing the specified item.

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

public void BroadcastItemRemoval(
	string itemCheckSum,
	bool removeSwarmWide
)

Parameters

itemCheckSum
Type: OnlineSystem String
The checksum associated with this item
removeSwarmWide
Type: OnlineSystem Boolean
True if the item should be removed by all peers, swarm wide
See Also