Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. return block.OpenRead(null, new BlobRequestOptions()
  2. {
  3. ServerTimeout = TimeSpan.MaxValue,
  4. RetryPolicy = new ExponentialRetry(TimeSpan.FromSeconds(5), 4),
  5. MaximumExecutionTime = TimeSpan.FromHours(3)
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement