Edit

Share via


ServerAgent.ActiveWorkerThreads Property

Definition

Returns the number of worker threads currently executing inside ProcessEvent.

public:
 property int ActiveWorkerThreads { int get(); };
public int ActiveWorkerThreads { get; }
Public ReadOnly Property ActiveWorkerThreads As Integer

Property Value

Remarks

This can be used by an application to decide whether more worker threads need to be deployed.

Applies to