Click or drag to resize

INameServerClientProtocolGetDataServersForBlock Method

Gets the list of data servers that have the specified block.

Namespace: Ookii.Jumbo.Dfs
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
ServerAddress[] GetDataServersForBlock(
	Guid blockId
)

Parameters

blockId  Guid
The Guid identifying the block.

Return Value

ServerAddress
A list of ServerAddress objects that give the addresses of the servers that have this block.
See Also