Click or drag to resize
FileSystemStoreJobRunInternal Method
Stores given baseInfo to the repository by serializing it to proper repository location.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
protected override void RunInternal(
	BaseInfo baseInfo
)

Parameters

baseInfo
Type: CMS.DataEngineBaseInfo
Base info which will be stored.
Remarks
Provided baseInfo is never .
See Also