Enum ThreadingMode
Specifies the threading mode used while simultaneously creating the device, factory, and device context.
public enum ThreadingMode
Fields
MultiThreaded = 1
Resources may be invoked from multiple threads. Resources use interlocked reference counting and their state is protected.
SingleThreaded = 0
Resources may only be invoked serially. Device context state is not protected from multi-threaded access.