Click or drag to resize

FederatedSparqlRemoteEndpointIgnoreFailedRequests Property

Gets/Sets whether a failed request on one endpoint should cause the entire request to fail.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool IgnoreFailedRequests { get; set; }

Property Value

Type: Boolean
Remarks

By default if a request on any of the endpoint fails or times out then the entire request will fail.

See Also