次の方法で共有


IOperations インターフェイス

定義

操作操作。

public interface IOperations
type IOperations = interface
Public Interface IOperations

メソッド

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

使用可能なすべての操作の一覧を取得します。

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

使用可能なすべての操作の一覧を取得します。

拡張メソッド

ListAll(IOperations)

使用可能なすべての操作の一覧を取得します。

ListAllAsync(IOperations, CancellationToken)

使用可能なすべての操作の一覧を取得します。

ListAllNext(IOperations, String)

使用可能なすべての操作の一覧を取得します。

ListAllNextAsync(IOperations, String, CancellationToken)

使用可能なすべての操作の一覧を取得します。

適用対象