Ejemplo n.º 1
0
 public System.Threading.Tasks.Task NotifyDeliveryCompletionAsync(System.Guid pDeliverId, VideoStore.Services.Interfaces.DeliveryInfoStatus status)
 {
     return(base.Channel.NotifyDeliveryCompletionAsync(pDeliverId, status));
 }
Ejemplo n.º 2
0
 public void NotifyDeliveryCompletion(System.Guid pDeliverId, VideoStore.Services.Interfaces.DeliveryInfoStatus status)
 {
     base.Channel.NotifyDeliveryCompletion(pDeliverId, status);
 }