IServiceEndpointProvider 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.
Provides details about a service's endpoints.
public interface class IServiceEndpointProvider : IAsyncDisposable
public interface IServiceEndpointProvider : IAsyncDisposable
type IServiceEndpointProvider = interface
interface IAsyncDisposable
Public Interface IServiceEndpointProvider
Implements IAsyncDisposable
- Implements
Methods
| Name | Description |
|---|---|
| DisposeAsync() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. (Inherited from IAsyncDisposable) |
| PopulateAsync(IServiceEndpointBuilder, CancellationToken) |
Resolves the endpoints for the service. |
Extension Methods
| Name | Description |
|---|---|
| ConfigureAwait(IAsyncDisposable, Boolean) |
Configures how awaits on the tasks returned from an async disposable will be performed. |