C# Класс OpenSim.Region.CoreModules.World.Archiver.ArchiveWriteRequestPreparation

Prepare to write out an archive.
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
m_requestId System.Guid
m_saveStream Stream
m_scene OpenSim.Region.Framework.Scenes.Scene

Открытые методы

Метод Описание
ArchiveRegion ( object>.Dictionary options ) : void

Archive the region requested.

ArchiveWriteRequestPreparation ( Scene scene, Stream saveStream, System.Guid requestId ) : System

Constructor.

ArchiveWriteRequestPreparation ( Scene scene, string savePath, System.Guid requestId ) : System

Constructor

Create0p2ControlFile ( object>.Dictionary options ) : string

Create the control file for the most up to date archive

Описание методов

ArchiveRegion() публичный Метод

Archive the region requested.
if there was an io problem with creating the file
public ArchiveRegion ( object>.Dictionary options ) : void
options object>.Dictionary
Результат void

ArchiveWriteRequestPreparation() публичный Метод

Constructor.
public ArchiveWriteRequestPreparation ( Scene scene, Stream saveStream, System.Guid requestId ) : System
scene OpenSim.Region.Framework.Scenes.Scene
saveStream Stream The stream to which to save data.
requestId System.Guid The id associated with this request
Результат System

ArchiveWriteRequestPreparation() публичный Метод

Constructor
/// If there was a problem opening a stream for the file specified by the savePath ///
public ArchiveWriteRequestPreparation ( Scene scene, string savePath, System.Guid requestId ) : System
scene OpenSim.Region.Framework.Scenes.Scene
savePath string The path to which to save data.
requestId System.Guid The id associated with this request
Результат System

Create0p2ControlFile() публичный статический Метод

Create the control file for the most up to date archive
public static Create0p2ControlFile ( object>.Dictionary options ) : string
options object>.Dictionary
Результат string

Описание свойств

m_requestId защищенное свойство

protected Guid,System m_requestId
Результат System.Guid

m_saveStream защищенное свойство

protected Stream m_saveStream
Результат Stream

m_scene защищенное свойство

protected Scene,OpenSim.Region.Framework.Scenes m_scene
Результат OpenSim.Region.Framework.Scenes.Scene