Gets or sets the thread pool used to send server events to remote subscribers.
Declaring type: SafeDynamicInvoker
Namespace: Zyan.Communication.Delegates
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public static IThreadPool ThreadPool { get; set; }
Property Value

There is no description.

Collapse/Expand Remarks
Assign this property to an instance of the ClrThreadPool class to fall back to the standard System.Threading.ThreadPool.