Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. public static CloudQueue EmailQueue
  2. {
  3. get
  4. {
  5. queueClient.GetQueueReference("emails-sreejesh").CreateIfNotExists();
  6. return queueClient.GetQueueReference("emails-sreejesh");
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement