OpenMetaverse.TestClient.ClientManager.Logout C# (CSharp) 메소드

Logout() 공개 메소드

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