Share via


ReqProcessThreadList::find Method

Finds a record in the ReqProcessThreadList table based on a process ID and thread ID.

Syntax

client server public static ReqProcessThreadList find(
    ReqProcessId _processId, 
    ReqProcessThreadId _threadId, 
   [boolean _forUpdate])

Run On

ClientOrServer

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that determines whether the record should be selected for update; optional.

Return Value

Type: ReqProcessThreadList Table
The ReqProcessThreadList record.

See Also

Reference

ReqProcessThreadList Table