IRemoteStreamableBinding 介面

表示可以資料流方式處理之資料的遠端繫結。

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

語法

'宣告
Public Interface IRemoteStreamableBinding _
    Inherits IStreamableBinding, IRemoteBinding, IBinding, IRemote
'用途
Dim instance As IRemoteStreamableBinding
public interface IRemoteStreamableBinding : IStreamableBinding, 
    IRemoteBinding, IBinding, IRemote
public interface class IRemoteStreamableBinding : IStreamableBinding, 
    IRemoteBinding, IBinding, IRemote
type IRemoteStreamableBinding =  
    interface 
        interface IStreamableBinding 
        interface IRemoteBinding 
        interface IBinding 
        interface IRemote 
    end
public interface IRemoteStreamableBinding extends IStreamableBinding, IRemoteBinding, IBinding, IRemote

IRemoteStreamableBinding 型別公開下列成員。

屬性

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

上層

方法

  名稱 說明
公用方法 Run() 開始計算,其中資料產生者負責產生,而資料取用者負責取用。 (繼承自 IBinding。)
公用方法 Run(String) 開始計算,其中資料產生者負責產生,而資料取用者負責取用。 (繼承自 IRemoteBinding。)

上層

擴充 方法

  名稱 說明
公用擴充方法 RunCheckpointable 在提供暫時資料流產生者和取用者之間的繫結時,建構可進行檢查點檢查的程序。 (由 CepCheckpointableProcessExtensions 定義。)
公用擴充方法 With(IRemoteBinding) 已多載。 (由 RemoteProvider 定義。)
公用擴充方法 With(IRemoteStreamableBinding) 已多載。 (由 RemoteProvider 定義。)

上層

請參閱

參考

Microsoft.ComplexEventProcessing.Linq 命名空間