FileSystemStoreJobRunInternal Method |
Stores given baseInfo to the repository by serializing it to proper repository location.
Namespace: CMS.ContinuousIntegration.InternalAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax protected override void RunInternal(
BaseInfo baseInfo
)
Parameters
- baseInfo
- Type: CMS.DataEngineBaseInfo
Base info which will be stored.
Remarks Provided baseInfo is never .
See Also