Returns the number of worker threads currently executing inside ProcessEvent.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
ActiveWorkerThreads 
As 
Integer
	
Get
Visual Basic (usage)
Dim 
instance 
As 

ServerAgent
Dim 
value 
As 
Integer

value = instance.
ActiveWorkerThreads
C#
public 
int 
ActiveWorkerThreads { 
get; }

Property value

Type: System . . :: . . Int32

Remarks

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

See also