Beispiel #1
0
 public System.Threading.Tasks.Task <NotificationService.NotificationSendResponse> NotificationSendAsync(NotificationService.NotificationSendRq_Type NotificationSendRq)
 {
     NotificationService.NotificationSendRequest inValue = new NotificationService.NotificationSendRequest();
     inValue.NotificationSendRq = NotificationSendRq;
     return(((NotificationService.NotificationSend)(this)).NotificationSendAsync(inValue));
 }
Beispiel #2
0
 System.Threading.Tasks.Task <NotificationService.NotificationSendResponse> NotificationService.NotificationSend.NotificationSendAsync(NotificationService.NotificationSendRequest request)
 {
     return(base.Channel.NotificationSendAsync(request));
 }