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.167 -- Release Build+6c665d9111cb5e0fc32e9aa6c693dcb89c216eb7
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)