Click or drag to resize
AbstractSingleObjectJobRunInternal Method
Executes the operation performed on provided baseInfo itself.

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

Parameters

baseInfo
Type: CMS.DataEngineBaseInfo
Remarks
Provided baseInfo is never .
See Also