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

| Edit this page View Source

UseMultiThreadedWriting

Gets/Sets whether multi-threading is used.

Declaration
bool UseMultiThreadedWriting { get; set; }
Property Value
Type Description
bool

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • UseMultiThreadedWriting
  • Extension Methods
Back to top Generated by DocFX