EventHandler called by the AssetSystemManager to indicate it's time to perform
a CleanSweep and dispose of orphan binaries.
Namespace: Cartella.InterfacesStorage providers will subscribe to this event.
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); } |