CascadingValueSource<TValue>.NotifyChangedAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
NotifyChangedAsync() |
Avertit les abonnés que la valeur a changé (par exemple, si elle a été mutée). |
NotifyChangedAsync(TValue) |
Avertit les abonnés que la valeur a changé, en fournissant une nouvelle valeur. |
NotifyChangedAsync()
- Source:
- CascadingValueSource.cs
- Source:
- CascadingValueSource.cs
Avertit les abonnés que la valeur a changé (par exemple, si elle a été mutée).
public System.Threading.Tasks.Task NotifyChangedAsync ();
member this.NotifyChangedAsync : unit -> System.Threading.Tasks.Task
Public Function NotifyChangedAsync () As Task
Retours
Task qui se termine lorsque les notifications ont été émises.
S’applique à
NotifyChangedAsync(TValue)
- Source:
- CascadingValueSource.cs
- Source:
- CascadingValueSource.cs
Avertit les abonnés que la valeur a changé, en fournissant une nouvelle valeur.
public System.Threading.Tasks.Task NotifyChangedAsync (TValue newValue);
member this.NotifyChangedAsync : 'Value -> System.Threading.Tasks.Task
Public Function NotifyChangedAsync (newValue As TValue) As Task
Paramètres
- newValue
- TValue
Retours
Task qui se termine lorsque les notifications ont été émises.