IWindowResult<TResult> 介面

提供視窗資料流內的事件結果。

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

語法

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

型別參數

  • TResult
    結果的類型。

請參閱

參考

Microsoft.ComplexEventProcessing.Linq 命名空間