IStreamable<TPayload> 介面

表示可以資料流方式處理的資料。

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

語法

'宣告
Public Interface IStreamable(Of TPayload)
'用途
Dim instance As IStreamable(Of TPayload)
public interface IStreamable<TPayload>
generic<typename TPayload>
public interface class IStreamable
type IStreamable<'TPayload> =  interface end
JScript 不支援泛型型別及方法。

型別參數

  • TPayload
    裝載的類型。

請參閱

參考

Microsoft.ComplexEventProcessing.Linq 命名空間