Async.Program.F C# (CSharp) Method

F() static private method

static private F ( )
        static async F()
        {
            return async.Delay(1);
        }
Program