GroupingDataflowBlockOptions.Greedy 属性

定义

获取或设置用于确定是否贪婪地使用所提供的消息的布尔值。

public:
 property bool Greedy { bool get(); void set(bool value); };
public bool Greedy { get; set; }
member this.Greedy : bool with get, set
Public Property Greedy As Boolean

属性值

true 贪婪地使用提供的消息;否则,为 false.

适用于