Implemented interface member:
method
SubscribeInteractionsAsync
Aspire.Dashboard.ServiceClient.IDashboardClient.SubscribeInteractionsAsync(System.Threading.CancellationToken)
1 reference to SubscribeInteractionsAsync
Aspire.Dashboard (1)
ServiceClient\SelectedDashboardClient.cs (1)
53
IsReadOnly ? EmptyInteractionsAsync() : currentClient.
SubscribeInteractionsAsync
(cancellationToken);