C# Class Universe.Services.DataService.LocalRegionConnector

Inheritance: Universe.Framework.Services.ConnectorBase, IRegionConnector
ファイルを表示 Open project: Virtual-Universe/Virtual-Universe

Public Methods

Method Description
Dispose ( ) : void
Initialize ( IGenericData GenericData, IConfigSource source, IRegistryCore simBase, string defaultConnectionString ) : void

Private Methods

Method Description
AddTelehub ( Telehub telehub, ulong regionhandle ) : void
FindTelehub ( UUID regionID, ulong regionHandle ) : Telehub
RemoveTelehub ( UUID regionID, ulong regionHandle ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Initialize() public method

public Initialize ( IGenericData GenericData, IConfigSource source, IRegistryCore simBase, string defaultConnectionString ) : void
GenericData IGenericData
source IConfigSource
simBase IRegistryCore
defaultConnectionString string
return void