Click or drag to resize
FileSystemStoreJobFactory Constructor
Initializes store job factory with default job set to FileSystemStoreJob.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public FileSystemStoreJobFactory()
Remarks
The constructor is public for the purpose of the class instantiation by the abstract predecessor of the class. There is no need to instantiate it in your custom code.
See Also