Exemple #1
0
 private void Setup()
 {
     _MediaServiceContext = new CloudMediaContext(myRequest.MediaAccountName, myRequest.MediaAccountKey);
     if (!string.IsNullOrEmpty(this.StepConfiguration))
     {
         myConfig = Newtonsoft.Json.JsonConvert.DeserializeObject <QueueNotificacionData>(this.StepConfiguration);
     }
     else
     {
         myConfig = new QueueNotificacionData();
     }
 }
 private void Setup()
 {
     _MediaServiceContext = new CloudMediaContext(myRequest.MediaAccountName, myRequest.MediaAccountKey);
     if (!string.IsNullOrEmpty(this.StepConfiguration))
     {
         myConfig = Newtonsoft.Json.JsonConvert.DeserializeObject<QueueNotificacionData>(this.StepConfiguration);
     }
     else
     {
         myConfig = new QueueNotificacionData();
     }
 }