SaaS CMS has officially launched! Learn more now.

Interface IBlobCleanup

Namespace: EPiServer.Util.Internal
Assembly: EPiServer.dll
Version: 12.0.3
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