Dev2.Runtime.ServiceModel.WebServices.ExecuteRequest C# (CSharp) Method

ExecuteRequest() public static method

public static ExecuteRequest ( WebService service, bool throwError, ErrorResultTO &errors ) : void
service Dev2.Runtime.ServiceModel.Data.WebService
throwError bool
errors Dev2.DataList.Contract.ErrorResultTO
return void
        public static void ExecuteRequest(WebService service, bool throwError, out ErrorResultTO errors)
        {
            ExecuteRequest(service, throwError, out errors, DefaultWebExecute);
        }

Same methods

WebServices::ExecuteRequest ( WebService service, bool throwError, ErrorResultTO &errors, WebExecuteString webExecute ) : void