Aurora.Addon.HyperGrid.HypergridLinker.TryCreateLink C# (CSharp) Method

TryCreateLink() public method

public TryCreateLink ( UUID scopeID, int xloc, int yloc, string remoteRegionName, uint externalPort, string externalHostName, UUID ownerID, GridRegion &regInfo, string &reason ) : bool
scopeID UUID
xloc int
yloc int
remoteRegionName string
externalPort uint
externalHostName string
ownerID UUID
regInfo OpenSim.Services.Interfaces.GridRegion
reason string
return bool
        public bool TryCreateLink(UUID scopeID, int xloc, int yloc, string remoteRegionName, uint externalPort, string externalHostName, UUID ownerID, out GridRegion regInfo, out string reason)
        {
            return TryCreateLink (scopeID, xloc, yloc, remoteRegionName, externalPort, externalHostName, null, ownerID, out regInfo, out reason);
        }

Same methods

HypergridLinker::TryCreateLink ( UUID scopeID, int xloc, int yloc, string remoteRegionName, uint externalPort, string externalHostName, string serverURI, UUID ownerID, GridRegion &regInfo, string &reason ) : bool