BnetServer.Console.Commands.ConsoleServiceCommands.Detach C# (CSharp) 메소드

Detach() 개인적인 메소드

private Detach ( CommandArgs args ) : void
args CommandArgs
리턴 void
        public static void Detach(CommandArgs args)
        {
            BnetServer.ConsoleClient.Send(new DetachConsole { Alias = BnetServer.Alias }).GetAwaiter().GetResult();
        }
    }
ConsoleServiceCommands