Hi friends
i am following tutorial from this link
http://www.asp.net/web-api/overview/web-api-clients/calling-a-web-api-from-a-net-client
however when i write
RunAsync().Wait();
it indicates the error as given in title
static void Main(string[] args)
{
RunAsync().Wait();
}
how to fix it