C# 클래스 OpenSim.Region.CoreModules.World.Archiver.ArchiveWriteRequestPreparation

Prepare to write out an archive.
파일 보기 프로젝트 열기: openmetaversefoundation/fortis-opensim

보호된 프로퍼티들

프로퍼티 타입 설명
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