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

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

Parameters

baseInfo
Type: CMS.DataEngine.BaseInfo
Remarks
Provided baseInfo is never null.
See Also