GroupingDataflowBlockOptions.Greedy 属性

定义

获取或设置用于确定是否任意使用提供的消息的 Boolean 值。

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

属性值

Boolean

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

适用于