TeamMentor.CoreLib.TM_WebServices.Logout C# (CSharp) Method

Logout() private method

private Logout ( ) : System.Guid
return System.Guid
        public Guid Logout()
        {
            return tmAuthentication.logout();
        }

Usage Example

Example #1
0
 public void redirectTo_Logout()
 {
     tmWebServices.Logout();
     response_Redirect("home");
 }
TM_WebServices