Condividi tramite


ITestableObserver<T>. Messages, proprietà

Ottiene le notifiche registrate ricevute dall'osservatore.

Spazio dei nomi:Microsoft.Reattivo.Testing
Assemblea: Microsoft.Reattivo.Testing (in Microsoft.Reactive.Testing.dll)

Sintassi

'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>>>

Valore della proprietà

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

Vedere anche

Riferimento

Interfaccia T> di ITestableObserver<

Spazio dei nomi Microsoft.Reattivo.Testing