static void EndCountFactorial(IAsyncResult resultobject) { int res = handler.EndInvoke(resultobject); Console.WriteLine("Результат: {0}", res); }