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)); }
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); }
System.Threading.Tasks.Task <SetDkimKey.UtilsService.ExpungeQueueResponse> SetDkimKey.UtilsService.PrivateServiceSoap.ExpungeQueueAsync(SetDkimKey.UtilsService.ExpungeQueueRequest request) { return(base.Channel.ExpungeQueueAsync(request)); }
SetDkimKey.UtilsService.ExpungeQueueResponse SetDkimKey.UtilsService.PrivateServiceSoap.ExpungeQueue(SetDkimKey.UtilsService.ExpungeQueueRequest request) { return(base.Channel.ExpungeQueue(request)); }