Share via


ReqTransCache_Periodic.setThreadParameters Method [AX 2012]

Sets parameters for thread usage and marks the main process as started.

Syntax

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

Run On

Called

Parameters

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

See Also

Reference

ReqTransCache_Periodic Class