WorkerCollection
Overview
Represents an ArrayList collection of the IWorker elements. It is used by Listener object to control the list of workers.
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK
Instance Methods
constructor
constructor
WorkerCollection()
Sub New()
Add
Adds method to process Done event to specified IWorker parameter and adds this IWorker to the end of the collection.
Parameters:
- worker:
Close
Closes connection for all IWorker elements in this collection.
method Close
void Close()
Sub Close()
Remove
Removes specified IWorker element from the collection.
Parameters:
- worker:
- IWorker Class