Click or drag to resize

OptionsAllowMultiThreadedWriting Property

Gets/Sets whether multi-theaded writing is permitted.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool AllowMultiThreadedWriting { get; set; }

Property Value

Type: Boolean
Remarks
In some contexts multi-threaded writing may not even work due to restrictions on thread types since we use the System.Threading.WaitAll method which is only valid in MTA contexts.
See Also