Guest User

Untitled

a guest
May 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. messageReceiver = new MessageReceiver(
  2. connectionString,
  3. EntityNameHelper.FormatSubscriptionPath(topic, subscription),
  4. receiveMode
  5. );
  6.  
  7. messageReceiver.ReceiveAsync(
  8. batchSize,
  9. TimeSpan.FromMilliseconds(timeoutMilliSeconds)
  10. );
Add Comment
Please, Sign In to add comment