Universe.Services.PerClientBasedCapsService.GetRootCapsService C# (CSharp) Method

GetRootCapsService() public method

Attempt to find the CapsService for the root user/region
public GetRootCapsService ( ) : IRegionClientCapsService
return IRegionClientCapsService
        public IRegionClientCapsService GetRootCapsService ()
        {
            return m_RegionCapsServices.Values.FirstOrDefault (clientCaps => clientCaps.RootAgent);
        }