CepStream<TPayload>.Create 方法 (Application, String, Type, Object, EventShape, AdvanceTimeSettings)

 

從給定的輸入配接器 Factory 建立繫結資料流。

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

語法

public static CepStream<TPayload> Create(
    Application application,
    string streamName,
    Type adapterFactoryType,
    object configInfo,
    EventShape eventShape,
    AdvanceTimeSettings advanceTimeSettings
)
public:
static CepStream<TPayload>^ Create(
    Application^ application,
    String^ streamName,
    Type^ adapterFactoryType,
    Object^ configInfo,
    EventShape eventShape,
    AdvanceTimeSettings^ advanceTimeSettings
)
static member Create : 
        application:Application *
        streamName:string *
        adapterFactoryType:Type *
        configInfo:Object *
        eventShape:EventShape *
        advanceTimeSettings:AdvanceTimeSettings -> CepStream<'TPayload>
Public Shared Function Create (
    application As Application,
    streamName As String,
    adapterFactoryType As Type,
    configInfo As Object,
    eventShape As EventShape,
    advanceTimeSettings As AdvanceTimeSettings
) As CepStream(Of TPayload)

參數

  • application
    與資料流產生關聯的應用程式。
  • streamName
    輸入資料流的名稱。
  • adapterFactoryType
    輸入配接器 Factory 類型。
  • configInfo
    輸入配接器 Factory 組態。
  • eventShape
    輸入資料流的事件圖形。
  • advanceTimeSettings
    此資料流的提前時間設定。

傳回值

Type: Microsoft.ComplexEventProcessing.Linq.CepStream<TPayload>

繫結資料流,其事件來自輸入配接器 Factory 產生之輸入配接器的執行個體。

請參閱

Create 超載
CepStream<TPayload> 類別
Microsoft.ComplexEventProcessing.Linq 命名空間

回到頁首