다음을 통해 공유


ObserverSubscriptionManager<T>.Notify(Action<T>) 메서드

정의

모든 구독자에게 알림을 보냅니다.

public void Notify (Action<T> notification);
member this.Notify : Action<'T (requires 'T :> Orleans.IGrainObserver)> -> unit
Public Sub Notify (notification As Action(Of T))

매개 변수

notification
Action<T>

제공된 구독자에서 적절한 메서드를 호출하여 알림을 보내는 작업입니다. 이 작업은 각 현재 구독자에 대해 한 번 호출됩니다.

적용 대상