DataflowBlockOptions.MaxMessagesPerTask Property

Definition

Gets or sets the maximum number of messages that may be processed per task.

public int MaxMessagesPerTask { get; set; }
Property Value

The maximum number of messages. The default is -1, which indicates an unlimited number of messages.