Item (WebCacheWorkerThreads)

Allows random access to individual nodes within the WebCacheWorkerThreads collection.

Syntax

object.Item((Index As Variant))

The Item method syntax has the following parts:

Part Description
object An expression evaluating to an object of type WebCacheWorkerThreads.
Index Variant

Example

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