Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IBlobCleanup

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Namespace: EPiServer.Util.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface IBlobCleanup

Methods

Execute(Action<String>, CancellationToken)

Declaration
string Execute(Action<string> statusUpdater, CancellationToken cancellationToken)
Parameters
Type Name Description
System.Action<System.String> statusUpdater
System.Threading.CancellationToken cancellationToken
Returns
Type Description
System.String

Extension Methods