29 using System.Collections.Generic;
30 using OpenSim.Framework;
35 namespace OpenSim.Services.Interfaces
48 IScene GetScene(UUID regionId);
96 bool QueryAccess(
GridRegion destination, UUID agentID,
string agentHomeURI,
bool viaTeleport, Vector3 position, List<UUID> features,
EntityTransferContext ctx, out
string reason);
106 bool ReleaseAgent(UUID originRegion, UUID
id,
string uri);
114 bool CloseAgent(
GridRegion destination, UUID
id,
string auth_token);
OpenSim.Services.Interfaces.GridRegion GridRegion
Circuit data for an agent. Connection information shared between regions that accept UDP connections ...
delegate void UpdateAgent(IClientAPI remoteClient, AgentUpdateArgs agentData)
Replacement for ChildAgentDataUpdate. Used over RESTComms and LocalComms.
OpenSim.Services.Interfaces.GridRegion GridRegion