Click or drag to resize

DataServerClientProtocolWriteHeader Constructor

Initializes a new instance of the DataServerClientProtocolWriteHeader class.

Namespace:  Ookii.Jumbo.Dfs
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public DataServerClientProtocolWriteHeader(
	IEnumerable<ServerAddress> dataServers
)

Parameters

dataServers
Type: System.Collections.GenericIEnumerableServerAddress
The list of data servers that this block should be written to.
See Also