共用方式為


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

屬性值

Boolean

true 要窮盡消耗所提供的訊息,否則為 false

適用於