SaaS CMS has officially launched! Learn more now.

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