ProcessQueueTMaximumThreads Property
Gets or sets the maximum number of threads to process simultaneously.
Namespace: Gemstone.Threading.CollectionsAssembly: Gemstone.Threading (in Gemstone.Threading.dll) Version: 1.0.128 -- Release Build+d4a9a653be1def5888b9be91bb1825c8655f3529
public virtual int MaximumThreads { get; set; }
Public Overridable Property MaximumThreads As Integer
Get
Set
public:
virtual property int MaximumThreads {
int get ();
void set (int value);
}
function get_MaximumThreads();
function set_MaximumThreads(value);
Int32Sets the maximum number of processing threads.
Int32Maximum number of processing threads.
If MaximumThreads is set to one, item processing will be synchronous (i.e., ThreadingMode = Synchronous)