Click or drag to resize

BlockSender(Guid, IEnumerable<ServerAddress>, BinaryWriter) Constructor

Initializes a new instance of the BlockSender class.

Namespace: Ookii.Jumbo.Dfs
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public BlockSender(
	Guid blockId,
	IEnumerable<ServerAddress> dataServers,
	BinaryWriter? clientWriter
)

Parameters

blockId  Guid
The Guid of the block to send.
dataServers  IEnumerable<ServerAddress>
The data servers that the block should be forwarded to. May be an empty list.
clientWriter  BinaryWriter
The writer to use to forward acknowledgements. May be null.
See Also