Click or drag to resize

PFJobTriggerMinutely Constructor (Int32, Int32)

Initializes a new instance of the PFJobTriggerMinutely class.

Namespace:  Packflow.Core.Jobs.Triggers
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFJobTriggerMinutely(
	int startMinute,
	int period
)

Parameters

startMinute
Type: SystemInt32
The start minute.
period
Type: SystemInt32
The period in minutes.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionStartMinute and period must be between 0 and 59
See Also