C# ';服务器太忙';从C使用Microsoft Translator API时出错#

C# ';服务器太忙';从C使用Microsoft Translator API时出错#,c#,soap,C#,Soap,我有一个程序,我们将使用它来使用Microsoft Translator API生成应用程序字符串的粗略翻译 我一直收到这个错误: 04/01/2011 19:21:36: ERROR: System.ServiceModel.FaultException: server too busy Server stack trace: at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime

我有一个程序,我们将使用它来使用Microsoft Translator API生成应用程序字符串的粗略翻译

我一直收到这个错误:

04/01/2011 19:21:36: ERROR: System.ServiceModel.FaultException: server too busy
Server stack trace: 
   at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
有人在使用这个API吗?我担心它的可靠性,因此它对我们这个项目有用。我们正在通过SOAP从C#访问它


任何使用过此功能的人的任何帮助或意见都将不胜感激。

不太可靠,它会限制访问。声明的“安全”用法是每分钟少于50个请求,每个请求少于1000个字符。看起来有许可选项可以增加这一点。标准答案