  | INameServerClientProtocolGetDataServersForBlock Method | 
            Gets the list of data servers that have the specified block.
            
Namespace: Ookii.Jumbo.DfsAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
SyntaxServerAddress[] GetDataServersForBlock(
	Guid blockId
)
Function GetDataServersForBlock ( 
	blockId As Guid
) As ServerAddress()
array<ServerAddress^>^ GetDataServersForBlock(
	Guid blockId
)
abstract GetDataServersForBlock : 
        blockId : Guid -> ServerAddress[] Parameters
- blockId  Guid
 - The Guid identifying the block.
 
Return Value
ServerAddressA list of 
ServerAddress objects that give the addresses of the servers that have this block.
See Also