TotalTimeServicingRequest

Returns the total time used servicing a request in milliseconds. The time waiting for a request is not included - Read Only.

Syntax

[value=] object.TotalTimeServicingRequest

The TotalTimeServicingRequest property syntax has the following parts:

Part Description
object A valid WebCacheWorkerThread object
value A Long value.

Data Type

Long

Example

Dim numThreads As New WebCacheWorkerThreads
Dim aThread As New WebCacheWorkerThread
 
Set aThread = numThreads.Item(0)
 
Debug.Print aThread.ThreadID
Debug.Print aThread.TotalTimeServicingRequest