设置ravendb silverlight客户端超时时间



我使用ravendb silverlight客户端。是否有办法为每个请求设置超时?谢谢,亚历克斯

类似于

documentStore.JsonRequestFactory.CustomizeRequest = (sender, args) = ((HttpWebRequest)arg.Request).Timeout = 1000;

相关内容

  • 没有找到相关文章

最新更新