SDMRequestManager(ISDMLogger, ISDMPreferences, ISDMConnectivitiyParameters, int) constructor

Instantiates the SDMRequestManager.

Syntax

public SDMRequestManager (
    ISDMLogger aLogger,
    ISDMPreferences aPreferences,
    ISDMConnectivitiyParameters aParameters,
    int aThreads
)

Parameters

Remarks

The application must set an object which contains all the properties needed by the connectivity layer to work properly (such as the user, password, logging settings, and so on). The number of threads is maximized by the connectivity layer at 4. If the client initializes the layer with more than four threads, the implementation of the connectivity layer will decrease the thread number to 4.