我收到此错误:
'RetryPolicy' is an ambiguous reference between 'Microsoft.Practices.TransientFaultHandling.RetryPolicy' and 'Microsoft.WindowsAzure.StorageClient.RetryPolicy'
我想知道冗余在哪里,StorageClient现在是否包含重试功能?
答案 0 :(得分:1)
是Windows Azure存储客户端库确实包含内置的重试策略特定功能,并且可以通过适当的引用使用。 Storage Client Library中的RetryPolicies用于允许用户在发生异常时自定义重试行为。
参考Windows Azure存储,有关重试策略的详细信息,请参阅here,其中包含源多个案例场景和代码示例。