Go to the source code of this file.
|
delegate void | OpenSim.Region.Framework.Interfaces.InventoryArchiveSaved (UUID id, bool succeeded, UserAccount userInfo, string invPath, Stream saveStream, Exception reportedException, int saveCount, int filterCount) |
| Used for the OnInventoryArchiveSaved event. More...
|
|
delegate void | OpenSim.Region.Framework.Interfaces.InventoryArchiveLoaded (UUID id, bool succeeded, UserAccount userInfo, string invPath, Stream loadStream, Exception reportedException, int loadCount) |
| Used for the OnInventoryArchiveLoaded event. More...
|
|