Adf.Base.Authorization.AllAuthorizationProvider.Logout C# (CSharp) 메소드

Logout() 공개 메소드

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