ITestableObserver<T>.Messages Property

Gets the recorded notifications received by the observer.

Namespace:  Microsoft.Reactive.Testing
Assembly:  Microsoft.Reactive.Testing (in Microsoft.Reactive.Testing.dll)

Syntax

'Declaration
ReadOnly Property Messages As IList(Of Recorded(Of Notification(Of T)))
    Get
'Usage
Dim instance As ITestableObserver
Dim value As IList(Of Recorded(Of Notification(Of T)))

value = instance.Messages
IList<Recorded<Notification<T>>> Messages { get; }
property IList<Recorded<Notification<T>^>>^ Messages {
    IList<Recorded<Notification<T>^>>^ get ();
}
abstract Messages : IList<Recorded<Notification<'T>>>
function get Messages () : IList<Recorded<Notification<T>>>

Property Value

Type: System.Collections.Generic.IList<Recorded<Notification<T>>>

See Also

Reference

ITestableObserver<T> Interface

Microsoft.Reactive.Testing Namespace