受信した通知を記録するオブザーバーを定義します。
Namespace:Microsoft.Reactive.Testing
アセンブリ: Microsoft.Reactive.Testing (Microsoft.Reactive.Testing.dll)
構文
'Declaration
Public Interface ITestableObserver(Of T) _
Inherits IObserver(Of T)
'Usage
Dim instance As ITestableObserver(Of T)
public interface ITestableObserver<T> : IObserver<T>
generic<typename T>
public interface class ITestableObserver : IObserver<T>
type ITestableObserver<'T> =
interface
interface IObserver<'T>
end
JScript does not support generic types and methods.
型パラメーター
- T
ITestableObserver<T> 型は、次のメンバーを公開します。
プロパティ
名前 | 説明 | |
---|---|---|
![]() |
Messages (メッセージ) | オブザーバーが受信した記録された通知を取得します。 |
上
メソッド
名前 | 説明 | |
---|---|---|
![]() |
OnCompleted | (IObserver から継承されます)<T>.) |
![]() |
OnError | (IObserver から継承されます)<T>.) |
![]() |
Onnext | (IObserver から継承されます)<T>.) |
上
拡張メソッド
名前 | 説明 | |
---|---|---|
![]() |
AsObserver<T> | オブザーバーの ID を非表示にします。 ( オブザーバーによって定義されます。 |
![]() |
ToNotifier<T> | オブザーバーから通知コールバックを作成します。 ( オブザーバーによって定義されます。 |
上