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: 
Syntaxpublic bool IgnoreFailedRequests { get; set; }Public Property IgnoreFailedRequests As Boolean
	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