EventHandler called by the AssetSystemManager to indicate it's time to perform a CleanSweep and dispose of orphan binaries.

Storage providers will subscribe to this event.

Namespace: Cartella.Interfaces
Assembly: AssetManagementSystem (in AssetManagementSystem.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
event EventHandler<StorageCleanupEventArgs> CleanSweep
Visual Basic
Event CleanSweep As EventHandler(Of StorageCleanupEventArgs)
Visual C++
 event EventHandler<StorageCleanupEventArgs^>^ CleanSweep {
	void add (EventHandler<StorageCleanupEventArgs^>^ value);
	void remove (EventHandler<StorageCleanupEventArgs^>^ value);
}

See Also