ResourceExtensions.TryGetEndpoints Method
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.
Attempts to retrieve the endpoints for the given resource.
C#
public static bool TryGetEndpoints(this Aspire.Hosting.ApplicationModel.IResource resource, out System.Collections.Generic.IEnumerable<Aspire.Hosting.ApplicationModel.EndpointAnnotation>? endpoints);
static member TryGetEndpoints : Aspire.Hosting.ApplicationModel.IResource * seq -> bool
<Extension()>
Public Function TryGetEndpoints (resource As IResource, ByRef endpoints As IEnumerable(Of EndpointAnnotation)) As Boolean
- resource
- IResource
The resource to retrieve the endpoints for.
- endpoints
- IEnumerable<EndpointAnnotation>
The endpoints for the given resource, if found.
True if the endpoints were found, false otherwise.
Product | Versions |
---|---|
.NET Aspire | 8.0.0, 9.0.0, 9.1.0 |