Share via


SysWorkflowMessageTable::findQueued Method

Finds the specified record in the WorkflowMessageTable table.

Syntax

client server public static SysWorkflowMessageTable findQueued(
    WorkflowCorrelationId _correlationId, 
    WorkflowMessageType _messageType, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that specifies whether to read the record for update; optional.

Return Value

Type: SysWorkflowMessageTable Table
A record in the WorkflowMessageTable table; otherwise, an empty record.

Remarks

Microsoft internal use only.

See Also

Reference

SysWorkflowMessageTable Table