No announcements
Found 3027713 threads
-
0 Votes
Long timeout when trying to call WebGet call
User1929153583 posted We have a web app that as part of its actions it calls web api methods (with WebGet attribute).Answered | 1 Replies | 34 Views | Created by Anonymous - Wednesday, January 29, 2014 4:27 AM | Last reply by Anonymous - Wednesday, January 29, 2014 9:16 PM -
2 Votes
establishing call busy timeout
ok thx, i will definitely try that, but wouldn't establishing the AVCall for the conference behave the same way. i mean would the user get responses during the call ...Answered | 9 Replies | 4359 Views | Created by Ziwar - Sunday, March 4, 2012 7:39 AM | Last reply by Pavel Gurenko - Thursday, March 15, 2012 7:52 AM -
1 Votes
http call timeout
To achieve this requirement, you can try using Function proxies as Azure Functions provides the option to set timeout from 1 sec.Answered | 3 Replies | 3542 Views | Created by Tommy Parnell - Wednesday, September 19, 2018 11:31 PM | Last reply by Mohamed Ibrahim Mohideen Shahul - Sunday, September 23, 2018 9:07 AM -
0 Votes
Timeout Error when Endpoint called
Hi Francis, The VM hosting your service crashed and required manual intervention from our on call engineer to recover.Answered | 3 Replies | 932 Views | Created by Jessica Ballard Microsoft (MSFT CSG) - Tuesday, March 15, 2016 2:10 PM | Last reply by Heather Nakama - MSFT - Wednesday, March 23, 2016 6:22 PM -
0 Votes
Calling a long running Azure Function
Any updates to provide on how to handle long running functions called by Logic Apps?Answered | 5 Replies | 5148 Views | Created by baparker - Tuesday, February 7, 2017 6:49 PM | Last reply by baparker - Wednesday, March 15, 2017 5:37 PM -
1 Votes
Is asynchronous web service call a solution to network timeout?
Asynchronous calls are controlled by timeouts too, but you might be able to get away with setting a longer timeout.Answered | 2 Replies | 4719 Views | Created by Silan Liu - Wednesday, July 28, 2010 1:04 AM | Last reply by Silan Liu - Friday, July 30, 2010 5:01 AM -
0 Votes
Adjusting timeout of MFA call from Microsoft system
Recorded my own message 18sec long and uploaded it is "Greeting(Standard)" and that pushed the timeout long enough for it to route through our ...Answered | 7 Replies | 5898 Views | Created by jmartincsu - Wednesday, January 10, 2018 10:41 PM | Last reply by Ajay Kadam - Tuesday, January 16, 2018 2:43 AM -
0 Votes
Using JQuery to call web service returns timeout
I think the problem that I had was serializing/deserializing jsonp and somehow causes timeout.Answered | 2 Replies | 3190 Views | Created by Ronald Widha - Friday, May 11, 2012 7:46 PM | Last reply by Ronald Widha - Saturday, May 12, 2012 6:10 AM -
1 Votes
WebInvoke vs WebGet - invoke from browser?
I tried, if operation decorated with WebGet: http://localhost/XXXXXServiceWeb/SecurityService.svc/JSON/GetBlog?Answered | 4 Replies | 15630 Views | Created by devvvy - Tuesday, June 2, 2009 10:21 AM | Last reply by Richard Blewett - Tuesday, June 2, 2009 12:18 PM -
0 Votes
Getting timeout when using Parallel.For and calling WebRequest.GetREsponse
; webRequest.EndGetResponse, ...Answered | 6 Replies | 11285 Views | Created by kumal - Friday, August 20, 2010 3:59 PM | Last reply by Reed Copsey, Jr - Wednesday, September 29, 2010 3:23 PM -
0 Votes
Data types supported by WebGet
public class Post_aca60ca7_03c7_4dc0_b671_61682bae2ea8 { [DataContract(Name = "Person", Namespace = "")] public ...Answered | 2 Replies | 6348 Views | Created by Akshaya Sharma - Wednesday, November 10, 2010 9:26 AM | Last reply by Carlos Figueira - Wednesday, November 10, 2010 5:56 PM -
1 Votes
Stored procedure lasts to long when called-Mysql
END WHILE; SET @query2 = CONCAT(@query2,';'); PREPARE STMT FROM @query2; EXECUTE STMT; END;; DELIMITER ; The ...Answered | 2 Replies | 2210 Views | Created by Daniel 350 - Monday, March 11, 2013 8:24 PM | Last reply by Papy Normand - Monday, March 11, 2013 11:58 PM -
1 Votes
Passing a complex class in a WebGet?
This requires a separate method for the REST callers, but it deserilizes the data and calls the existing method internally.Answered | 3 Replies | 7915 Views | Created by Tammy King - Wednesday, January 25, 2012 11:48 PM | Last reply by CarlosFigueira - Thursday, January 26, 2012 8:46 PM -
2 Votes
How to set timeout when call webservice dynamically
Example: object obj = Activator.CreateInstance(t); int timeout = 5000; ...Answered | 3 Replies | 8162 Views | Created by zqsntws - Friday, October 14, 2011 5:32 AM | Last reply by Bob Shen - Monday, October 17, 2011 3:22 AM -
1 Votes
When is it ok to call GC.Collect?
Thats interesting though, calling it before a long period of inactivity... never thought of that.Answered | 6 Replies | 7945 Views | Created by Derek Smyth - Tuesday, May 26, 2009 4:10 PM | Last reply by JohnGrove - Saturday, May 30, 2009 7:32 PM -
1 Votes
Restful Web Service Call Timeout
Hi Taddeo, It generally happens, when you dont close or abourt your requests.Answered | 2 Replies | 7803 Views | Created by taddeo - Monday, April 27, 2009 10:30 AM | Last reply by taddeo - Monday, April 27, 2009 11:01 AM -
1 Votes
Crash with IE9 when trying to call IHTMLElementCollection->Item()
Make it CComPtr<IDispatch> pTagsDisp; pHtmlDocElements->tags (CComVariant ("object"), &pTagsDisp); pHtmlObjElements = ...Answered | 2 Replies | 4073 Views | Created by Krushna Jhala - Thursday, March 1, 2012 12:40 PM | Last reply by Krushna Jhala - Friday, March 2, 2012 10:14 AM -
0 Votes
Extending the timeout to hit the # for MFA phone call
That timeout can't be changed directly.Answered | 1 Replies | 1340 Views | Created by TZed - Thursday, December 22, 2016 3:09 AM | Last reply by vijisankar - Thursday, December 22, 2016 3:28 PM -
1 Votes
When to use "call" when calling a function?
I find my code to be more readable and to feel more "correct" when I always pass parameters within parentheses.Answered | 4 Replies | 644 Views | Created by Fran_3 - Friday, September 4, 2015 6:53 PM | Last reply by Gary Voth - Sunday, September 6, 2015 4:53 PM -
1 Votes
Long running Fire and Forget calls from website
I've a scenario in my web app that needs me to make calls to an api which takes long duration to respond. as the duration can not be estimated, right now i'm spawning a new thread on ...Answered | 1 Replies | 383 Views | Created by Jigar27 - Friday, June 30, 2017 6:48 AM | Last reply by AshokPeddakotla-MSFT - Friday, June 30, 2017 5:41 PM - Items 1 to 20 of 3027713 Next ›
No announcements