net8.0
namespace Microsoft.Extensions.ServiceDiscovery
{
public interface IServiceEndpointProviderFactory
{
bool TryCreateProvider(ServiceEndpointQuery! query, [NotNullWhen(true)] out IServiceEndpointProvider? provider);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 8.09.0 |
Information specific to net8.0 | |
Assemblies | Microsoft.Extensions.ServiceDiscovery.Abstractions , Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 Microsoft.Extensions.ServiceDiscovery.Abstractions , Version=9.1.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
Referencing | Your project needs a package reference to |
Package | Microsoft.Extensions.ServiceDiscovery.Abstractions (9.0.0) net8.0 |
Platform Restrictions | This API is supported on all platforms. |