IWorker
Overview
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK
- Ancestry: IWorker
Implemented in
add_Done
method add_Done(value: EventHandler)
void add_Done(EventHandler value)
Sub add_Done(value As EventHandler)
Parameters:
- value:
DataConnection
property DataConnection: Connection read write;
Connection DataConnection { get; set; }
Property DataConnection As Connection
Done
event Done: EventHandler;
delegate EventHandler Done()
Event Done As EventHandler
Owner
property Owner: Object read;
Object Owner { get; }
Property ReadOnly Owner As Object
remove_Done
method remove_Done(value: EventHandler)
void remove_Done(EventHandler value)
Sub remove_Done(value As EventHandler)
Parameters:
- value:
Thread
property Thread: Thread read write;
Thread Thread { get; set; }
Property Thread As Thread
Work
method Work
void Work()
Sub Work
DataConnection
property DataConnection: Connection read write;
Connection DataConnection { get; set; }
Property DataConnection As Connection
Owner
property Owner: Object read;
Object Owner { get; }
Property ReadOnly Owner As Object
Thread
property Thread: Thread read write;
Thread Thread { get; set; }
Property Thread As Thread
add_Done
method add_Done(value: EventHandler)
void add_Done(EventHandler value)
Sub add_Done(value As EventHandler)
Parameters:
- value:
remove_Done
method remove_Done(value: EventHandler)
void remove_Done(EventHandler value)
Sub remove_Done(value As EventHandler)
Parameters:
- value:
Work
method Work
void Work()
Sub Work
Done
event Done: EventHandler;
delegate EventHandler Done()
Event Done As EventHandler