Click or drag to resize
AbstractFileSystemTypeWideJobRunInternal Method
Executes the operation performed on all objects of provided objectType itself.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
protected abstract void RunInternal(
	string objectType,
	ISet<RepositoryLocationsCollection> fileLocations,
	CancellationToken cancellationToken
)

Parameters

objectType
Type: SystemString
Name of object type to process.
fileLocations
Type: System.Collections.GenericISetRepositoryLocationsCollection
Set of all locations' of objects stored in the repository that are of given objectType.
cancellationToken
Type: System.ThreadingCancellationToken
Operation can be canceled at any time using given cancellation token. This method's operation terminates as soon as cancellation request is detected.
Remarks
Provided objectType or fileLocations are never .
See Also