Partager via


ObserverSubscriptionManager<T>.Notify(Action<T>) Méthode

Définition

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.

S’applique à