OpenMetaverse.TestClient.ClientManager.Logout C# (CSharp) Method

Logout() public method

public Logout ( OpenMetaverse.TestClient.TestClient client ) : void
client OpenMetaverse.TestClient.TestClient
return void
        public void Logout(TestClient client)
        {
            Clients.Remove(client.Self.AgentID);
            client.Network.Logout();
        }