Esempio n. 1
0
        public static Task <int> MethodManualAsync()
        {
            bool debgugToSleep = true;
            MethodManualAsyncStateMachine stateMachine = new MethodManualAsyncStateMachine(debgugToSleep);

            return(stateMachine.Start());
        }