Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save syaifulnizamyahya/71f64c6936bbe09a4d1c85397d7fe149 to your computer and use it in GitHub Desktop.

Select an option

Save syaifulnizamyahya/71f64c6936bbe09a4d1c85397d7fe149 to your computer and use it in GitHub Desktop.
Wait async function.
var task = Task.Run(async () =>
{
LccParamModel = await GetLeastCongestedChannelParams();
});
task.Wait();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment