DEL_WorkflowMessageTable::findByCorrelation Method
Microsoft internal use only.
Syntax
client server public static DEL_WorkflowMessageTable findByCorrelation(
WorkflowCorrelationId _correlationId,
WorkflowMessageType _messageType,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _correlationId
Type: WorkflowCorrelationId Extended Data Type
A value that identifies the workflow instance.
- _messageType
Type: WorkflowMessageType Enumeration
The WorkflowMessageType type.
- _forUpdate
Type: boolean
A Boolean value that determines whether the record is to be locked for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The ConcurrencyModel argument; defaults to ConcurrencyModel::Auto; optional.
Return Value
Type: DEL_WorkflowMessageTable Table
A record in the WorkflowMessageTable; otherwise, an empty record.
Remarks
The _concurrencyModel parameter uses the ConcurrencyModel::Auto method as its default value.