Share via


Sys.Net.WebServiceError.timedOut Property

Gets a value that indicates whether the Web service failed because of a time-out.

var timedout = error.get_timedOut();

Return Value

true if the Web service failed because of a time-out; otherwise, false.

Remarks

For an example, see the Sys.Net.WebServiceError class overview.

See Also

Other Resources

Calling Web Services from Client Script in ASP.NET AJAX