Guest User

Untitled

a guest
Jun 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. namespace Yum
  2. {
  3. using System;
  4. using Zencoder;
  5.  
  6. public class RockinNotification : INotificationReceiver
  7. {
  8. public void OnReceive(HttpPostNotification notification)
  9. {
  10. // Do some interesting things here with all the
  11. // info you have about the job and output.
  12. }
  13. }
  14. }
Add Comment
Please, Sign In to add comment