AltitudeAngelWings.ApiClient.Client.AltitudeAngelClient.Disconnect C# (CSharp) Method

Disconnect() public method

Disconnect the client from AA. Will force logon on the next request if required.
public Disconnect ( ) : void
return void
        public void Disconnect()
        {
            _client.Dispose();
            _handlerFactory.ClearAuthState();
        }