Class BlobCleanupJob
A scheduled job that cleans up deleted blob containers
Inherited Members
Namespace: EPiServer.Util
Assembly: EPiServer.dll
Version: 12.0.3Syntax
[ScheduledPlugIn]
[ServiceConfiguration]
public class BlobCleanupJob : ScheduledJobBase, IScheduledJob, IDisposableConstructors
BlobCleanupJob()
Initializes a new instance of the DelayedPublishJob class.
Declaration
public BlobCleanupJob()Methods
Dispose()
Declaration
public void Dispose()Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | disposing | 
Execute()
Start job
Declaration
public override string Execute()Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
OnStatusChanged(String)
Declaration
protected override void OnStatusChanged(string statusMessage)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | statusMessage | 
Overrides
Stop()
Declaration
public override void Stop()Overrides
Implements
      System.IDisposable
  
  