ObserverSubscriptionManager<T>.Notify(Action<T>) 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.
Envoie une notification à tous les abonnés.
public void Notify (Action<T> notification);
member this.Notify : Action<'T (requires 'T :> Orleans.IGrainObserver)> -> unit
Public Sub Notify (notification As Action(Of T))
Paramètres
- notification
- Action<T>
Action qui envoie la notification en appelant la méthode appropriée sur l’abonné fourni. Cette action est appelée une fois pour chaque abonné actuel.