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 SourceUseMultiThreadedWriting
Gets/Sets whether multi-threading is used.
Declaration
bool UseMultiThreadedWriting { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |