C# Class OpenSim.Region.CoreModules.World.Archiver.ArchiveWriteRequestExecution

Execute the write of an archive once we have received all the necessary data
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Protected Properties

Свойство Type Description
m_archiveWriter OpenSim.Framework.Serialization.TarArchiveWriter
m_options object>.Dictionary
m_requestId System.Guid
m_scene OpenSim.Region.Framework.Scenes.Scene
m_sceneObjects List
m_serialiser IRegionSerialiserModule
m_terrainModule IVoxelModule

Méthodes publiques

Méthode Description
ArchiveWriteRequestExecution ( List sceneObjects, IVoxelModule terrainModule, IRegionSerialiserModule serialiser, Scene scene, OpenSim.Framework.Serialization.TarArchiveWriter archiveWriter, System.Guid requestId, object>.Dictionary options ) : System

Méthodes protégées

Méthode Description
ReceivedAllAssets ( ICollection assetsFoundUuids, ICollection assetsNotFoundUuids ) : void
Save ( ICollection assetsFoundUuids, ICollection assetsNotFoundUuids ) : void

Method Details

ArchiveWriteRequestExecution() public méthode

public ArchiveWriteRequestExecution ( List sceneObjects, IVoxelModule terrainModule, IRegionSerialiserModule serialiser, Scene scene, OpenSim.Framework.Serialization.TarArchiveWriter archiveWriter, System.Guid requestId, object>.Dictionary options ) : System
sceneObjects List
terrainModule IVoxelModule
serialiser IRegionSerialiserModule
scene OpenSim.Region.Framework.Scenes.Scene
archiveWriter OpenSim.Framework.Serialization.TarArchiveWriter
requestId System.Guid
options object>.Dictionary
Résultat System

ReceivedAllAssets() protected méthode

protected ReceivedAllAssets ( ICollection assetsFoundUuids, ICollection assetsNotFoundUuids ) : void
assetsFoundUuids ICollection
assetsNotFoundUuids ICollection
Résultat void

Save() protected méthode

protected Save ( ICollection assetsFoundUuids, ICollection assetsNotFoundUuids ) : void
assetsFoundUuids ICollection
assetsNotFoundUuids ICollection
Résultat void

Property Details

m_archiveWriter protected_oe property

protected TarArchiveWriter,OpenSim.Framework.Serialization m_archiveWriter
Résultat OpenSim.Framework.Serialization.TarArchiveWriter

m_options protected_oe property

protected Dictionary m_options
Résultat object>.Dictionary

m_requestId protected_oe property

protected Guid,System m_requestId
Résultat System.Guid

m_scene protected_oe property

protected Scene,OpenSim.Region.Framework.Scenes m_scene
Résultat OpenSim.Region.Framework.Scenes.Scene

m_sceneObjects protected_oe property

protected List m_sceneObjects
Résultat List

m_serialiser protected_oe property

protected IRegionSerialiserModule m_serialiser
Résultat IRegionSerialiserModule

m_terrainModule protected_oe property

protected IVoxelModule m_terrainModule
Résultat IVoxelModule