Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. [FunctionName("MyExampleFunction")]
  2. public static void Run([ServiceBusTrigger("topicname", Connection = "ServiceBusNamespace")] string myQueueItem, ILogger log, ExecutionContext context)
  3. {
  4. // Do Something
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement