You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In certain scenarios, it might be useful to be able to create the anonymous observer outside the Subscribe overloads.
For example, the official guidance on DiagnosticSource filtering recommends creating an anonymous observer to combine with the predicate to filter events.
There may be other scenarios too where not having to manually create an IObserver<T> could be useful.
The text was updated successfully, but these errors were encountered:
In certain scenarios, it might be useful to be able to create the anonymous observer outside the Subscribe overloads.
For example, the official guidance on DiagnosticSource filtering recommends creating an anonymous observer to combine with the predicate to filter events.
There may be other scenarios too where not having to manually create an
IObserver<T>
could be useful.The text was updated successfully, but these errors were encountered: