ProvidersOperationsExtensions Class
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 static class ProvidersOperationsExtensions
type ProvidersOperationsExtensions = class
Public Module ProvidersOperationsExtensions
Inheritance
ProvidersOperationsExtensions
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