OptionsAllowMultiThreadedWriting Property  | 
 
            Gets/Sets whether multi-theaded writing is permitted.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic static bool AllowMultiThreadedWriting { get; set; }Public Shared Property AllowMultiThreadedWriting As Boolean
	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