Clear
public void ObserverManager<TIdentity, Clear() Removes all observers.
public void ObserverManager<TIdentity, Clear()public void ObserverManager<TIdentity, ClearExpired()public IEnumerator<TObserver> ObserverManager<TIdentity, GetEnumerator()System.Collections.Generic.IEnumerator that can be used to iterate through the collection. public Task ObserverManager<TIdentity, Notify(Func<TObserver, Task> notification, Func<TObserver, bool>? predicate = null)notificationFunc<TObserver, Task>predicateFunc<TObserver, bool>System.Threading.Tasks.Task representing the work performed. public void ObserverManager<TIdentity, Notify(Action<TObserver> notification, Func<TObserver, bool>? predicate = null)predicate. notificationAction<TObserver>predicateFunc<TObserver, bool>public void ObserverManager<TIdentity, Subscribe(TIdentity id, TObserver observer)observer is subscribed, renewing its subscription. idTIdentityobserverTObserverSystem.Exceptionpublic void ObserverManager<TIdentity, Unsubscribe(TIdentity id)id is unsubscribed. idTIdentity