Share via


IProvidersOperations Interface

Definition

public interface IProvidersOperations
type IProvidersOperations = interface
Public Interface IProvidersOperations

Methods

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
ListWithHttpMessagesAsync(Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken)
RegisterWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
UnregisterWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Extension Methods

Get(IProvidersOperations, String, String)
GetAsync(IProvidersOperations, String, String, CancellationToken)
List(IProvidersOperations, Nullable<Int32>, String)
ListAsync(IProvidersOperations, Nullable<Int32>, String, CancellationToken)
ListNext(IProvidersOperations, String)
ListNextAsync(IProvidersOperations, String, CancellationToken)
Register(IProvidersOperations, String)
RegisterAsync(IProvidersOperations, String, CancellationToken)
Unregister(IProvidersOperations, String)
UnregisterAsync(IProvidersOperations, String, CancellationToken)

Applies to