Interface IBlobCleanup
Namespace: EPiServer.Util.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IBlobCleanupMethods
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 | 
