Count (WebCacheWorkerThreads)

Returns the current number of WebCacheWorkerThreads.

Syntax

[value=] object.count

The Count property syntax has the following parts:

Part Description
object A valid WebCacheWorkerThreads object
value An Integer value.

Data Type

Integer

Example

Dim numThreads As WebCacheWorkerThreads
Set numThreads = New WebCacheWorkerThreads
 
Debug.Print "workerthread count = " & numThreads.Count