public Sear.LocalServices.Output sort(Sear.LocalServices.Input input) { Sear.LocalServices.sortRequest inValue = new Sear.LocalServices.sortRequest(); inValue.Body = new Sear.LocalServices.sortRequestBody(); inValue.Body.input = input; Sear.LocalServices.sortResponse retVal = ((Sear.LocalServices.MyService)(this)).sort(inValue); return(retVal.Body.sortReturn); }
public System.Threading.Tasks.Task <Sear.LocalServices.sortResponse> sortAsync(Sear.LocalServices.Input input) { Sear.LocalServices.sortRequest inValue = new Sear.LocalServices.sortRequest(); inValue.Body = new Sear.LocalServices.sortRequestBody(); inValue.Body.input = input; return(((Sear.LocalServices.MyService)(this)).sortAsync(inValue)); }
public sortRequestBody(Sear.LocalServices.Input input) { this.input = input; }