BattleNET_client.Program.BattlEyeConnected C# (CSharp) 메소드

BattlEyeConnected() 개인적인 정적인 메소드

private static BattlEyeConnected ( BattlEyeConnectEventArgs args ) : void
args BattleNET.BattlEyeConnectEventArgs
리턴 void
        private static void BattlEyeConnected(BattlEyeConnectEventArgs args)
        {
            //if (args.ConnectionResult == BattlEyeConnectionResult.Success) { /* Connected successfully */ }
            //if (args.ConnectionResult == BattlEyeConnectionResult.InvalidLogin) { /* Connection failed, invalid login details */ }
            //if (args.ConnectionResult == BattlEyeConnectionResult.ConnectionFailed) { /* Connection failed, host unreachable */ }

            Console.WriteLine(args.Message);
        }