Skip to content

Instantly share code, notes, and snippets.

@sajeetharan
Created June 18, 2019 06:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sajeetharan/a3d2d5357791f50276585aa2a04461c1 to your computer and use it in GitHub Desktop.
Save sajeetharan/a3d2d5357791f50276585aa2a04461c1 to your computer and use it in GitHub Desktop.
Get current RU
Offer offer = client.CreateOfferQuery().Where(r => r.ResourceLink == selfLink).AsEnumerable().SingleOrDefault();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment