Click or drag to resize

INameServerClientProtocolGetBlocks Method

Gets the blocks known to the DFS.

Namespace:  Ookii.Jumbo.Dfs
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
Guid[] GetBlocks(
	BlockKind kind
)

Parameters

kind
Type: Ookii.Jumbo.DfsBlockKind
The kind of blocks to include in the results.

Return Value

Type: Guid
A list of blocks.
See Also