IAsyncWorker
Overview
Represents an interface for AsyncWorker class.
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK
- Ancestry: IAsyncWorker
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
Required Methods
Setup
Represents the method which disconnects an asynchronous client and tries to connect it again in the heritable class.
method Setup
void Setup()
Sub Setup()
- AsyncWorker Class