Click or drag to resize

ReplicateBlockHeartbeatResponse Constructor

Initializes a new instance of the ReplicateBlockHeartbeatResponse class.

Namespace:  Ookii.Jumbo.Dfs
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public ReplicateBlockHeartbeatResponse(
	Guid fileSystemId,
	BlockAssignment blockAssignment
)

Parameters

fileSystemId
Type: SystemGuid
The file system id.
blockAssignment
Type: Ookii.Jumbo.DfsBlockAssignment
The assignment information for the block to replicate.
Exceptions
ExceptionCondition
ArgumentNullExceptionblockAssignment
See Also