IWaitStatisticsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
WaitStatisticsOperations operations.
public interface IWaitStatisticsOperations
type IWaitStatisticsOperations = interface
Public Interface IWaitStatisticsOperations
Methods
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Retrieve wait statistics for specified identifier. |
ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Retrieve wait statistics for specified aggregation window. |
ListByServerWithHttpMessagesAsync(String, String, WaitStatisticsInput, Dictionary<String,List<String>>, CancellationToken) |
Retrieve wait statistics for specified aggregation window. |
Extension Methods
Get(IWaitStatisticsOperations, String, String, String) |
Retrieve wait statistics for specified identifier. |
GetAsync(IWaitStatisticsOperations, String, String, String, CancellationToken) |
Retrieve wait statistics for specified identifier. |
ListByServer(IWaitStatisticsOperations, String, String, WaitStatisticsInput) |
Retrieve wait statistics for specified aggregation window. |
ListByServerAsync(IWaitStatisticsOperations, String, String, WaitStatisticsInput, CancellationToken) |
Retrieve wait statistics for specified aggregation window. |
ListByServerNext(IWaitStatisticsOperations, String) |
Retrieve wait statistics for specified aggregation window. |
ListByServerNextAsync(IWaitStatisticsOperations, String, CancellationToken) |
Retrieve wait statistics for specified aggregation window. |
Applies to
Azure SDK for .NET