Click or drag to resize

PFJobScheduler Constructor

Initializes a new instance of the PFJobScheduler 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#
protected PFJobScheduler(
	string schedulingMachineAddress
)

Parameters

schedulingMachineAddress
Type: SystemString
The scheduling machine address.
Exceptions
ExceptionCondition
UriFormatExceptionScheduler URL in config is not valid!
See Also