Click or drag to resize

ProcessesGetByTargetId Method

Returns the process with the provided target id.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public Process GetByTargetId(
	int targetId
)

Parameters

targetId
Type: SystemInt32

Return Value

Type: Process
Returns null if the process with the target is not available in the collection.
See Also