Show / Hide Table of Contents

Class AlgebraExtensions

Static Helper class containing extensions used in the Algebra evaluation process.
Inheritance
System.Object
AlgebraExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Query.Algebra
Assembly: dotNetRDF.dll
Syntax
public static class AlgebraExtensions

Methods

| Improve this Doc View Source

ProductWithTimeout(BaseMultiset, BaseMultiset, Int64)

Calculates the product of two multi-sets asynchronously with a timeout to restrict long running computations.
Declaration
public static BaseMultiset ProductWithTimeout(this BaseMultiset multiset, BaseMultiset other, long timeout)
Parameters
Type Name Description
BaseMultiset multiset Multiset.
BaseMultiset other Other Multiset.
System.Int64 timeout Timeout, if <=0 no timeout is used and product will be computed synchronously.
Returns
Type Description
BaseMultiset
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • ProductWithTimeout(BaseMultiset, BaseMultiset, Int64)
Back to top Generated by DocFX