IProvidersOperations 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.
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