Beispiel #1
0
 public System.Threading.Tasks.Task <TestTypeApp.TypeRef.deleteResponse> deleteAsync(int arg0)
 {
     TestTypeApp.TypeRef.delete inValue = new TestTypeApp.TypeRef.delete();
     inValue.arg0 = arg0;
     return(((TestTypeApp.TypeRef.TypeService)(this)).deleteAsync(inValue));
 }
Beispiel #2
0
 public void delete(int arg0)
 {
     TestTypeApp.TypeRef.delete inValue = new TestTypeApp.TypeRef.delete();
     inValue.arg0 = arg0;
     TestTypeApp.TypeRef.deleteResponse retVal = ((TestTypeApp.TypeRef.TypeService)(this)).delete(inValue);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <TestTypeApp.TypeRef.deleteResponse> TestTypeApp.TypeRef.TypeService.deleteAsync(TestTypeApp.TypeRef.delete request)
 {
     return(base.Channel.deleteAsync(request));
 }
Beispiel #4
0
 TestTypeApp.TypeRef.deleteResponse TestTypeApp.TypeRef.TypeService.delete(TestTypeApp.TypeRef.delete request)
 {
     return(base.Channel.delete(request));
 }