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: 2.0.0
Syntax
ServerAddress[] GetDataServersForBlock(
	Guid blockId
)

Parameters

blockId
Type: SystemGuid
The Guid identifying the block.

Return Value

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