Interface ILiveMonitoringSubscription
Manages live monitoring subscriptions. When subscribers are present, remote agents send queue metrics and ongoing call data. Implemented by Monitor.Server, no-op when not installed.
public interface ILiveMonitoringSubscription
Methods
GetSubscriptions()
Returns active subscriptions and their subscriber counts.
IReadOnlyDictionary<string, int> GetSubscriptions()
Returns
SubscribeAsync()
Task<IAsyncDisposable> SubscribeAsync()