Exemple #1
0
 public void AnotherHandler(object source, VideoEventArgs args)
 {
     Console.WriteLine("Sending SMS!");
 }
Exemple #2
0
 public void OnVideoEncoded(object source, VideoEventArgs args)
 {
     Console.WriteLine($"Sending an email about {args.Video.Title}");
 }