OpenSim.Region.CoreModules.ServiceConnectorsOut.Authentication.LocalAuthenticationServicesConnector.Release C# (CSharp) Méthode

Release() public méthode

public Release ( UUID principalID, string token ) : bool
principalID UUID
token string
Résultat bool
        public bool Release(UUID principalID, string token)
        {
            return m_AuthenticationService.Release(principalID, token);
        }