Class BlobCleanupJob
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. A scheduled job that cleans up deleted blob containers
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.Util
Assembly: EPiServer.dll
Version: 10.10.4Syntax
[ScheduledPlugIn(GUID = "BBF2ECCD-2861-45F6-845C-B4D8CC5377DF", DisplayName = "Blob Cleanup Job", LanguagePath = "/admin/databasejob/blobcleanupjob", HelpFile = "blobcleanupjob", DefaultEnabled = true, InitialTime = "1.1:30:0", IntervalLength = 1, IntervalType = ScheduledIntervalType.Weeks, Restartable = true)]
[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
  
  