ServiceEndpointResolver Class

Definition

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.

Applies to