| BlockSender Constructor (BlockAssignment) |
Namespace:
Ookii.Jumbo.Dfs
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax public BlockSender(
BlockAssignment assignment
)
Public Sub New (
assignment As BlockAssignment
)
public:
BlockSender(
BlockAssignment^ assignment
)
new :
assignment : BlockAssignment -> BlockSender
Parameters
- assignment
- Type: Ookii.Jumbo.DfsBlockAssignment
The block assignment.
See Also