IWorker
Overview
Represents an interface for Worker class.
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK
- Ancestry: IWorker
Properties
DataConnection
Represents a connection property of the heritable class.
property DataConnection: Connection read write;
Connection DataConnection { get; set; }
Property DataConnection() As Connection
Owner
property Owner: Object read;
Object Owner { get; }
ReadOnly Property Owner() As Object
Thread
Represents the thread to execute the Work method of the heritable class.
property Thread: Thread read write;
Thread Thread { get; set; }
Property Thread() As Thread
Required Methods
Work
method Work
void Work()
Sub Work()
Events
Done
event Done: EventHandler;
delegate EventHandler Done()
Event Done As EventHandler
- Worker Class