public TestTypeApp.TypeRef.type read(int arg0) { TestTypeApp.TypeRef.read inValue = new TestTypeApp.TypeRef.read(); inValue.arg0 = arg0; TestTypeApp.TypeRef.readResponse retVal = ((TestTypeApp.TypeRef.TypeService)(this)).read(inValue); return(retVal.@return); }
public System.Threading.Tasks.Task <TestTypeApp.TypeRef.readResponse> readAsync(int arg0) { TestTypeApp.TypeRef.read inValue = new TestTypeApp.TypeRef.read(); inValue.arg0 = arg0; return(((TestTypeApp.TypeRef.TypeService)(this)).readAsync(inValue)); }
System.Threading.Tasks.Task <TestTypeApp.TypeRef.readResponse> TestTypeApp.TypeRef.TypeService.readAsync(TestTypeApp.TypeRef.read request) { return(base.Channel.readAsync(request)); }
TestTypeApp.TypeRef.readResponse TestTypeApp.TypeRef.TypeService.read(TestTypeApp.TypeRef.read request) { return(base.Channel.read(request)); }