System.IObserver<'T> インターフェイス (F#)
IObservable からの結果を観測するためにサブスクライブできるクライアントを表します。
名前空間/モジュール パス: System
アセンブリ: FSharp.Core (FSharp.Core.dll)
[<AllowNullLiteral>]
type IObserver<'T> =
interface
abstract this.OnCompleted : unit -> unit
abstract this.OnError : exn -> unit
abstract this.OnNext : 'T -> unit
end
解説
この型は、.NET Framework 2.0 を対象とした F# ランタイムで使用するためにのみ用意されています。 .NET Framework 4 を使用している場合は、同じ名前の .NET Framework 4 の型である IObserver<T> を使用します。
インスタンス メンバー
メンバー |
説明 |
---|---|
結果が何も生成されないことをオブザーバーに通知します。 |
|
オブザーバーにエラーを通知します。 |
|
オブザーバーに新しい結果を通知します。 |
プラットフォーム
Windows 7、Windows Vista SP2、Windows XP SP3、Windows XP x64 SP2、Windows Server 2008 R2、Windows Server 2008 SP2、Windows Server 2003 SP2
バージョン情報
F# ランタイム
サポート: 2.0
Silverlight
サポート: 3