IAsyncWorker

Overview

Represents an interface for AsyncWorker class.

Location

  • Reference:
    • RemObjects.InternetPack.dll  .NET, .NET Core 5.0, .NET Standard 2.0
    • RemObjects.InternetPack.fx  Island
    • libRemObjects.InternetPack.fx  Toffee
  • Namespace: RemObjects.InternetPack
  • Ancestry: IOwned | IAsyncWorker


Properties


DataConnection

Represents a connection property of the heritable class.

 

property DataConnection: Connection read write;

 

Connection DataConnection { get; set; }

 

var DataConnection: Connection { get{} set{} }

 

Property DataConnection() As Connection

Owner    (declared in IOwned)

The server that owns the object.

 

property Owner: Server read write;

 

Server Owner { get; set; }

 

var Owner: Server { get{} set{} }

 

Property Owner() As Server

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()

 

func Setup()

 

Sub Setup()