Adf.Base.Authorization.AllAuthorizationProvider.Logout C# (CSharp) Method

Logout() public method

Logs out the current user. Here no action is taken.
public Logout ( ) : void
return void
        public void Logout()
        {
            // Do nothing.
        }