IRemoteBinding 介面
資料產生者和資料取用者之間的遠端繫結。
命名空間: Microsoft.ComplexEventProcessing.Linq
組件: Microsoft.ComplexEventProcessing (在 Microsoft.ComplexEventProcessing.dll 中)
語法
'宣告
Public Interface IRemoteBinding _
Inherits IBinding, IRemote
'用途
Dim instance As IRemoteBinding
public interface IRemoteBinding : IBinding,
IRemote
public interface class IRemoteBinding : IBinding,
IRemote
type IRemoteBinding =
interface
interface IBinding
interface IRemote
end
public interface IRemoteBinding extends IBinding, IRemote
IRemoteBinding 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Expression | 取得定義遠端元件之邏輯的運算式。 (繼承自 IRemote。) | |
Provider | 取得支援建構和撰寫遠端元件的 LINQ 提供者。 (繼承自 IRemote。) |
上層
方法
名稱 | 說明 | |
---|---|---|
Run() | 開始計算,其中資料產生者負責產生,而資料取用者負責取用。 (繼承自 IBinding。) | |
Run(String) | 開始計算,其中資料產生者負責產生,而資料取用者負責取用。 |
上層
擴充 方法
名稱 | 說明 | |
---|---|---|
With | (由 RemoteProvider 定義。) |
上層