Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <SetDkimKey.UtilsService.ExpungeQueueResponse> ExpungeQueueAsync(int accountId)
 {
     SetDkimKey.UtilsService.ExpungeQueueRequest inValue = new SetDkimKey.UtilsService.ExpungeQueueRequest();
     inValue.Body           = new SetDkimKey.UtilsService.ExpungeQueueRequestBody();
     inValue.Body.accountId = accountId;
     return(((SetDkimKey.UtilsService.PrivateServiceSoap)(this)).ExpungeQueueAsync(inValue));
 }
Ejemplo n.º 2
0
 public string ExpungeQueue(int accountId)
 {
     SetDkimKey.UtilsService.ExpungeQueueRequest inValue = new SetDkimKey.UtilsService.ExpungeQueueRequest();
     inValue.Body           = new SetDkimKey.UtilsService.ExpungeQueueRequestBody();
     inValue.Body.accountId = accountId;
     SetDkimKey.UtilsService.ExpungeQueueResponse retVal = ((SetDkimKey.UtilsService.PrivateServiceSoap)(this)).ExpungeQueue(inValue);
     return(retVal.Body.ExpungeQueueResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <SetDkimKey.UtilsService.ExpungeQueueResponse> SetDkimKey.UtilsService.PrivateServiceSoap.ExpungeQueueAsync(SetDkimKey.UtilsService.ExpungeQueueRequest request)
 {
     return(base.Channel.ExpungeQueueAsync(request));
 }
Ejemplo n.º 4
0
 SetDkimKey.UtilsService.ExpungeQueueResponse SetDkimKey.UtilsService.PrivateServiceSoap.ExpungeQueue(SetDkimKey.UtilsService.ExpungeQueueRequest request)
 {
     return(base.Channel.ExpungeQueue(request));
 }