Click or drag to resize

PFJobExecutionLogEntry Constructor

Initializes a new instance of the PFJobExecutionLogEntry class.

Namespace:  Packflow.Core.Jobs
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFJobExecutionLogEntry(
	PFLogEntry entry
)

Parameters

entry
Type: Packflow.CorePFLogEntry
The PFLog entry this class represents
See Also