Click or drag to resize

BlockSender Constructor (Guid, IEnumerableServerAddress, BinaryWriter)

Initializes a new instance of the BlockSender class.

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

Parameters

blockId
Type: SystemGuid
The Guid of the block to send.
dataServers
Type: System.Collections.GenericIEnumerableServerAddress
The data servers that the block should be forwarded to. May be an empty list.
clientWriter
Type: System.IOBinaryWriter
The writer to use to forward acknowledgements. May be null.
See Also