Exemple #1
0
 public System.Threading.Tasks.Task <IntegrationServices.Delete_Result> DeleteAsync(string Key)
 {
     IntegrationServices.Delete inValue = new IntegrationServices.Delete();
     inValue.Key = Key;
     return(((IntegrationServices.integrationservice_Port)(this)).DeleteAsync(inValue));
 }
Exemple #2
0
 System.Threading.Tasks.Task <IntegrationServices.Delete_Result> IntegrationServices.integrationservice_Port.DeleteAsync(IntegrationServices.Delete request)
 {
     return(base.Channel.DeleteAsync(request));
 }