Notification<T>, classe
Hiérarchie d'héritage
System.Object
Microsoft.Phone.Reactive.Notification<T>
Microsoft.Phone.Reactive.Notification<T>.OnCompleted
Microsoft.Phone.Reactive.Notification<T>.OnError
Microsoft.Phone.Reactive.Notification<T>.OnNext
Espace de noms : Microsoft.Phone.Reactive
Assembly : Microsoft.Phone.Reactive (dans Microsoft.Phone.Reactive.dll)
Syntaxe
'Déclaration
Public MustInherit Class Notification(Of T) _
Implements IEquatable(Of Notification(Of T))
public abstract class Notification<T> : IEquatable<Notification<T>>
generic<typename T>
public ref class Notification abstract : IEquatable<Notification<T>^>
[<AbstractClass>]
type Notification<'T> =
class
interface IEquatable<Notification<'T>>
end
Paramètres de type
- T
Le type Notification<T> expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Exception | ||
HasValue | ||
Kind | ||
Value |
Début
Méthodes
Nom | Description | |
---|---|---|
Accept(IObserver<T>) | ||
Accept(Action<T>, Action<Exception>, Action) | ||
Accept<TResult>(IObserver<T, TResult>) | ||
Accept<TResult>(Func<T, TResult>, Func<Exception, TResult>, Func<TResult>) | ||
Equals(Notification<T>) | ||
Equals(Object) | (Substitue Object.Equals(Object).) | |
Finalize | Autorise un objet à tenter de libérer des ressources et d'exécuter d'autres opérations de nettoyage avant qu'il ne soit récupéré par l'opération garbage collection. (Hérité de Object.) | |
GetHashCode | (Substitue Object.GetHashCode().) | |
GetType | Obtient le Type de l'instance actuelle. (Hérité de Object.) | |
MemberwiseClone | Crée une copie superficielle de l'objet Object actuel. (Hérité de Object.) | |
ToString | Retourne une chaîne qui représente l'objet actif. (Hérité de Object.) |
Début
Opérateurs
Nom | Description | |
---|---|---|
Equality | ||
Inequality |
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.