A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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