Last updated 3 years ago
Was this helpful?
// if CallServiceAsync returns Task (void) var task = Task.Run(() => CallServiceAsync(url, action)); task.Wait();