UriEndpointGroup.Endpoints Property
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.
Gets or sets the endpoints in this endpoint group.
public:
property System::Collections::Generic::IList<Microsoft::Extensions::Http::Resilience::WeightedUriEndpoint ^> ^ Endpoints { System::Collections::Generic::IList<Microsoft::Extensions::Http::Resilience::WeightedUriEndpoint ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Extensions::Http::Resilience::WeightedUriEndpoint ^> ^ value); };
[Microsoft.Extensions.Options.ValidateEnumeratedItems]
[System.ComponentModel.DataAnnotations.Length(1, 2147483647)]
public System.Collections.Generic.IList<Microsoft.Extensions.Http.Resilience.WeightedUriEndpoint> Endpoints { get; set; }
[<Microsoft.Extensions.Options.ValidateEnumeratedItems>]
[<System.ComponentModel.DataAnnotations.Length(1, 2147483647)>]
member this.Endpoints : System.Collections.Generic.IList<Microsoft.Extensions.Http.Resilience.WeightedUriEndpoint> with get, set
Public Property Endpoints As IList(Of WeightedUriEndpoint)
Property Value
- Attributes
Remarks
By default the endpoints are initialized with an empty list. The client must define the endpoint for each endpoint group. At least one endpoint must be defined on each endpoint group in order to performed hedged requests.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.