次の方法で共有


IWaitStatisticsOperations インターフェイス

定義

WaitStatisticsOperations 操作。

public interface IWaitStatisticsOperations
type IWaitStatisticsOperations = interface
Public Interface IWaitStatisticsOperations

メソッド

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

指定した識別子の待機統計を取得します。

ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

指定した集計ウィンドウの待機統計を取得します。

ListByServerWithHttpMessagesAsync(String, String, WaitStatisticsInput, Dictionary<String,List<String>>, CancellationToken)

指定した集計ウィンドウの待機統計を取得します。

拡張メソッド

Get(IWaitStatisticsOperations, String, String, String)

指定した識別子の待機統計を取得します。

GetAsync(IWaitStatisticsOperations, String, String, String, CancellationToken)

指定した識別子の待機統計を取得します。

ListByServer(IWaitStatisticsOperations, String, String, WaitStatisticsInput)

指定した集計ウィンドウの待機統計を取得します。

ListByServerAsync(IWaitStatisticsOperations, String, String, WaitStatisticsInput, CancellationToken)

指定した集計ウィンドウの待機統計を取得します。

ListByServerNext(IWaitStatisticsOperations, String)

指定した集計ウィンドウの待機統計を取得します。

ListByServerNextAsync(IWaitStatisticsOperations, String, CancellationToken)

指定した集計ウィンドウの待機統計を取得します。

適用対象