Skip to content

Instantly share code, notes, and snippets.

@ByteDev
Last active July 16, 2021 10:02
Show Gist options
  • Save ByteDev/30a36fb53f3cbaa42740f9107cf0b413 to your computer and use it in GitHub Desktop.
Save ByteDev/30a36fb53f3cbaa42740f9107cf0b413 to your computer and use it in GitHub Desktop.
public async Task<Order> GetOrderAsync(CancellationToken cancellationToken = default)
{
    // setup your client & request
  
    var response = await client.SendAsync(request, cancellationToken);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment