QueryBinder.BindProducer 方法 (String, Uri, EventShape, AdvanceTimeSettings)

 

將現有已發行的資料流繫結至查詢範本中的給定輸入資料流。

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

語法

public void BindProducer(
    string streamName,
    Uri publishedStreamName,
    EventShape eventShape,
    AdvanceTimeSettings advanceTimeSettings
)
public:
void BindProducer(
    String^ streamName,
    Uri^ publishedStreamName,
    EventShape eventShape,
    AdvanceTimeSettings^ advanceTimeSettings
)
member BindProducer : 
        streamName:string *
        publishedStreamName:Uri *
        eventShape:EventShape *
        advanceTimeSettings:AdvanceTimeSettings -> unit
Public Sub BindProducer (
    streamName As String,
    publishedStreamName As Uri,
    eventShape As EventShape,
    advanceTimeSettings As AdvanceTimeSettings
)

參數

  • streamName
    要繫結之查詢範本的輸入資料流名稱。
  • publishedStreamName
    已發行之資料流的名稱。
  • eventShape
    輸入資料流所需的事件圖形。
  • advanceTimeSettings
    要讓此輸入資料流之應用程式時間前進的設定。

備註

事件圖形必須與已發行之資料流所產生的圖形相符。

請參閱

BindProducer 超載
QueryBinder 類別
Microsoft.ComplexEventProcessing 命名空間

回到頁首