ServiceEndpointResolver 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.
Resolves service names to collections of endpoints.
public ref class ServiceEndpointResolver sealed : IAsyncDisposable
public sealed class ServiceEndpointResolver : IAsyncDisposable
type ServiceEndpointResolver = class
interface IAsyncDisposable
Public NotInheritable Class ServiceEndpointResolver
Implements IAsyncDisposable
- Inheritance
-
ServiceEndpointResolver
- Implements
Methods
| Name | Description |
|---|---|
| DisposeAsync() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. |
| GetEndpointsAsync(String, CancellationToken) |
Resolves and returns service endpoints for the specified service. |
Extension Methods
| Name | Description |
|---|---|
| ConfigureAwait(IAsyncDisposable, Boolean) |
Configures how awaits on the tasks returned from an async disposable will be performed. |