Notification<T>.OnCompleted, classe
Hiérarchie d'héritage
System.Object
Microsoft.Phone.Reactive.Notification<T>
Microsoft.Phone.Reactive.Notification<T>.OnCompleted
Espace de noms : Microsoft.Phone.Reactive
Assembly : Microsoft.Phone.Reactive (dans Microsoft.Phone.Reactive.dll)
Syntaxe
'Déclaration
Public NotInheritable Class OnCompleted _
Inherits Notification(Of T)
public sealed class OnCompleted : Notification<T>
public ref class OnCompleted sealed : public Notification<T>
[<Sealed>]
type OnCompleted =
class
inherit Notification<'T>
end
Le type générique Notification<T>.OnCompleted expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
Notification<T>.OnCompleted |
Début
Propriétés
Nom | Description | |
---|---|---|
Exception | (Substitue Notification<T>.Exception.) | |
HasValue | (Substitue Notification<T>.HasValue.) | |
Kind | (Substitue Notification<T>.Kind.) | |
Value | (Substitue Notification<T>.Value.) |
Début
Méthodes
Nom | Description | |
---|---|---|
Accept(IObserver<T>) | (Substitue Notification<T>.Accept(IObserver<T>).) | |
Accept(Action<T>, Action<Exception>, Action) | (Substitue Notification<T>.Accept(Action<T>, Action<Exception>, Action).) | |
Accept<TResult>(IObserver<T, TResult>) | (Hérité de Notification<T>.) | |
Accept<TResult>(IObserver<T, TResult>) | (Substitue Notification<T>.Accept<TResult>(IObserver<T, TResult>).) | |
Accept<TResult>(Func<T, TResult>, Func<Exception, TResult>, Func<TResult>) | (Hérité de Notification<T>.) | |
Accept<TResult>(Func<T, TResult>, Func<Exception, TResult>, Func<TResult>) | (Substitue Notification<T>.Accept<TResult>(Func<T, TResult>, Func<Exception, TResult>, Func<TResult>).) | |
Equals(Notification<T>) | (Substitue Notification<T>.Equals(Notification<T>).) | |
Equals(Object) | (Hérité de Notification<T>.) | |
GetHashCode | (Substitue Notification<T>.GetHashCode().) | |
GetType | Obtient le Type de l'instance actuelle. (Hérité de Object.) | |
ToString | (Substitue Object.ToString().) |
Début
Méthodes d'extension
Nom | Description | |
---|---|---|
ToObservable<T>() | Surchargé. (Défini par Notification.) | |
ToObservable<T>(IScheduler) | Surchargé. (Défini par Notification.) |
Début
Informations de version
.NET pour les applications Windows Phone
Pris en charge dans : Windows Phone 8, Silverlight 8.1
Sécurité des threads
Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.