IRemoteStreamableSink<TPayload> 介面

表示遠端裝載且可以資料流方式處理的事件接收 (具有特定的裝載類型)。

命名空間:  Microsoft.ComplexEventProcessing.Linq
組件:  Microsoft.ComplexEventProcessing (在 Microsoft.ComplexEventProcessing.dll 中)

語法

'宣告
Public Interface IRemoteStreamableSink(Of TPayload) _
    Inherits IStreamableSink(Of TPayload), IRemote
'用途
Dim instance As IRemoteStreamableSink(Of TPayload)
public interface IRemoteStreamableSink<TPayload> : IStreamableSink<TPayload>, 
    IRemote
generic<typename TPayload>
public interface class IRemoteStreamableSink : IStreamableSink<TPayload>, 
    IRemote
type IRemoteStreamableSink<'TPayload> =  
    interface 
        interface IStreamableSink<'TPayload>
        interface IRemote 
    end
JScript 不支援泛型型別及方法。

型別參數

  • TPayload
    裝載的類型。

IRemoteStreamableSink<TPayload> 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Expression 取得定義遠端元件之邏輯的運算式。 (繼承自 IRemote。)
公用屬性 Provider 取得支援建構和撰寫遠端元件的 LINQ 提供者。 (繼承自 IRemote。)

上層

擴充 方法

  名稱 說明
公用擴充方法 Deploy<TPayload> 部署遠端暫時資料流接收。 (由 RemoteProvider 定義。)

上層

請參閱

參考

Microsoft.ComplexEventProcessing.Linq 命名空間