1

我收到此错误:

'RetryPolicy' is an ambiguous reference between 'Microsoft.Practices.TransientFaultHandling.RetryPolicy' and 'Microsoft.WindowsAzure.StorageClient.RetryPolicy'

我想知道冗余在哪里,StorageClient 现在是否包含重试功能?

4

1 回答 1

1

是的,Windows Azure 存储客户端库确实包含内置的重试策略特定功能,并且可以通过适当的引用来使用。Storage Client Library 中的 RetryPolicies 用于允许用户自定义发生异常时的重试行为。

参考 Windows Azure 存储,这里详细介绍了重试策略,并附有源多案例场景和代码示例。

于 2012-09-24T20:16:23.883 回答