Click or drag to resize

ProjectedEventArgsTriggeringProcessId Property

Gets the process identifier for the process that triggered this callback. If this information is not available, this will be 0.

Namespace:  ShellBoost.Core.ProjFS
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public int TriggeringProcessId { get; }

Property Value

Type: Int32
The triggering process id.
See Also