Share via


ResourceExtensions.TryGetEndpoints Method

Definition

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.

Applies to