ApplyWithUnion 方法

將 applybranch 參數指定的查詢邏輯套用到此執行個體,然後將資料流結果結合在一起。

此成員已超載。如需此成員完整的詳細資訊 (包括語法、使用狀況及範例),按一下多載清單中的名稱。

多載 清單

  名稱 說明
公用方法 ApplyWithUnion< (Of < <' (TApplyOutput> ) > > )(Expression< (Of < <' (Func< (Of < <' (CepStream< (Of < <' (TPayload> ) > > ), CepStream< (Of < <' (TApplyOutput> ) > > )> ) > > )> ) > > )) 將 applybranch 參數指定的查詢邏輯套用到群組的資料流。每個群組會產生一個結果資料流,並將所有結果資料流聯集在一起。
公用方法 ApplyWithUnion< (Of < <' (TUnionOutput, TApplyOutput> ) > > )(Expression< (Of < <' (Func< (Of < <' (CepStream< (Of < <' (TPayload> ) > > ), CepStream< (Of < <' (TApplyOutput> ) > > )> ) > > )> ) > > ), Expression< (Of < <' (Func< (Of < <' (KeyedPayload< (Of < <' (TGroupingKey, TApplyOutput> ) > > ), TUnionOutput> ) > > )> ) > > )) 將 applybranch 參數所指定的查詢邏輯提供給群組的資料流。每個群組會產生一個結果資料流,並將所有結果資料流聯集在一起。selector 參數是一個 Lambda 運算式,可允許輸出的其他投射作業,並提供群組欄位的存取權。

上層

請參閱

參考

CepGroupingStreams< (Of < ( <'TPayload, TGroupingKey> ) > ) > 類別

Microsoft.ComplexEventProcessing.Linq 命名空間