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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา