Share via


IRemoteProvider.CreateStreamable<TPayload> 方法

使用給定的定義建立遠端暫時資料流。

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

語法

'宣告
Function CreateStreamable(Of TPayload) ( _
    expression As Expression _
) As IQStreamable(Of TPayload)
'用途
Dim instance As IRemoteProvider 
Dim expression As Expression 
Dim returnValue As IQStreamable(Of TPayload)

returnValue = instance.CreateStreamable(expression)
IQStreamable<TPayload> CreateStreamable<TPayload>(
    Expression expression
)
generic<typename TPayload>
IQStreamable<TPayload>^ CreateStreamable(
    Expression^ expression
)
abstract CreateStreamable : 
        expression:Expression -> IQStreamable<'TPayload> 
JScript 不支援泛型型別及方法。

型別參數

  • TPayload
    資料流裝載類型。

參數

傳回值

型別:Microsoft.ComplexEventProcessing.Linq.IQStreamable<TPayload>
遠端暫時資料流的 Proxy。

請參閱

參考

IRemoteProvider 介面

Microsoft.ComplexEventProcessing.Linq 命名空間