IEventSource<T> インターフェイス

イベントを使用してその要素にシグナルを送信するデータ ストリームを表します。

Namespace:System.Reactive
アセンブリ: System.Reactive (System.Reactive.dll)

構文

'Declaration
Public Interface IEventSource(Of T)
'Usage
Dim instance As IEventSource(Of T)
public interface IEventSource<T>
generic<typename T>
public interface class IEventSource
type IEventSource<'T> =  interface end
JScript does not support generic types and methods.

型パラメーター

  • T
    イベント引数の型。

IEventSource<T> 型は、次のメンバーを公開します。

events

  名前 説明
イベント Onnext データ ストリーム内の次の要素を通知する Next イベントを発生させます。

参照

リファレンス

System.Reactive 名前空間