OpenSim.Region.CoreModules.ServiceConnectorsOut.Authentication.LocalAuthenticationServicesConnector.Release C# (CSharp) 메소드

Release() 공개 메소드

public Release ( UUID principalID, string token ) : bool
principalID UUID
token string
리턴 bool
        public bool Release(UUID principalID, string token)
        {
            return m_AuthenticationService.Release(principalID, token);
        }