ResourceExtensions.TryGetEndpoints Method
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.
Attempts to retrieve the endpoints for the given resource.
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
Parameters
- resource
- IResource
The resource to retrieve the endpoints for.
- endpoints
- IEnumerable<EndpointAnnotation>
The endpoints for the given resource, if found.
Returns
True if the endpoints were found, false otherwise.