C# Compiler Error – CS1992 the ‘await’ operator can only be used wh
In this blog post, you’ll learn more about the C# Compiler Error – CS1992 and the related message description
C# Compiler Error Code
CS1992
C# Compiler Description for the Code :CS1992
The ‘await’ operator can only be used when contained within a method or lambda expression marked with the ‘async’ modifier
Leave Your Comment