TransferStateMachineBlockSize Property

Size of a single block that is transferred from the producer to the consumers. This is the same value as passed to TransferDriver ctor. Every block, except the last, must be completely filled with data.

Definition

Namespace: Quine.FileTransfer
Assembly: Quine.FileTransfer (in Quine.FileTransfer.dll) Version: 1.0.0+6efd94d5454131cfac18f827c2a4172cb83f1e24
C#
public int BlockSize { get; }

Property Value

Int32

See Also