Share via


ReqTransCache_Daily.setThreadParameters Method [AX 2012]

Sets parameters for thread usage.

Syntax

public void setThreadParameters(
    ReqProcessThreadId _threadId, 
    boolean _thisIsChildThread, 
    ReqProcessNumThreads _maxThreads)

Run On

Called

Parameters

  • _thisIsChildThread
    Type: boolean
    A Boolean value that specifies whether this thread is a child helper thread.

Remarks

The parameters do not have to be set for thread usage because they cannot be used in daily scheduling.

See Also

Reference

ReqTransCache_Daily Class