XLL+ Class Library (7.0)

CRtdAsyncManager Methods

The methods of the CRtdAsyncManager class are listed here.

Operations

public method Start Allocates the background threads and starts any queued tasks.
public method Stop Kills any running threads and queues tasks until Start is called.

Properties

public method GetMaxThreads Gets the maximum number of background threads that will be used to run asynchronous functions.
public method GetWaitMessage Gets the message returned by incomplete asynchronous functions.
public method SetMaxThreads Sets the maximum number of background threads that will be used to run asynchronous functions.
public method SetWaitMessage Sets the message returned by incomplete asynchronous functions.

Construction

public method CRtdAsyncManager Constructs a CRtdAsyncManager object

Requirements

Header: rtdlink.h

See Also

CRtdAsyncManager Class | rtdlink.h | CRtdLink object