EMSProcessReference::find Method
Finds the specified record in the EMSProcessReference table by using the SourceProcessId, SubstanceId and DestinationProcessId values.
Syntax
client server public static EMSProcessReference find(
[EMSProcessId sourceProcessId,
EMSSubstanceId substanceId,
EMSProcessId destinationProcessId])
Run On
Called
Parameters
- sourceProcessId
Type: EMSProcessId Extended Data Type
The SourceProcessId value of the EMSProcessReference record to find.
- substanceId
Type: EMSSubstanceId Extended Data Type
The SubstanceId value of the EMSProcessReference record to find.
- destinationProcessId
Type: EMSProcessId Extended Data Type
The DestinationProcessId value of the EMSProcessReference record to find.
Return Value
Type: EMSProcessReference Table
A record in the EMSProcessReference table; otherwise, an empty record.