Show / Hide Table of Contents

Interface IMultiThreadedWriter

Interface for Writers that support multi-threaded writing.
Namespace: VDS.RDF.Writing
Assembly: dotNetRDF.dll
Syntax
public interface IMultiThreadedWriter

Properties

| Improve this Doc View Source

UseMultiThreadedWriting

Gets/Sets whether multi-threading is used.
Declaration
bool UseMultiThreadedWriting { get; set; }
Property Value
Type Description
System.Boolean

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • UseMultiThreadedWriting
  • Extension Methods
Back to top Generated by DocFX