mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
* Allow a grid mode region simulator to properly shutdown even if the grid service is offline
This commit is contained in:
@@ -47,6 +47,12 @@ namespace OpenSim.Framework.Communications
|
||||
/// <exception cref="System.Exception">Thrown if region registration failed</exception>
|
||||
RegionCommsListener RegisterRegion(RegionInfo regionInfos);
|
||||
|
||||
/// <summary>
|
||||
/// Deregister a region with the grid service.
|
||||
/// </summary>
|
||||
/// <param name="regionInfo"></param>
|
||||
/// <returns></returns>
|
||||
/// <exception cref="System.Exception">Thrown if region deregistration failed</exception>
|
||||
bool DeregisterRegion(RegionInfo regionInfo);
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user