ForeThread.Create

Syntax

Create(Method: IForeMethod);

Parameters

Method. The custom method that will be executed in a separate thread.

Description

The Create constructor creates a thread connected with the specified custom method.

Example

The example of use is given in description of the IForeThread.Start method.

See also:

ForeThread