我得到了这个错误:
'RetryPolicy' is an ambiguous reference between 'Microsoft.Practices.TransientFaultHandling.RetryPolicy' and 'Microsoft.WindowsAzure.StorageClient.RetryPolicy'我想知道冗余在哪里,StorageClient现在包括重试能力吗?
发布于 2012-09-25 04:16:24
是的,Windows Azure存储客户端库确实包含重试策略特定功能,并可根据需要通过引用使用这些功能。存储客户端库中的RetryPolicies用于允许用户在发生和异常时自定义重试行为。
参考Windows Azure Storage,here描述了有关重试策略的详细信息,并提供了源多个案例场景和代码示例。
https://stackoverflow.com/questions/12568116
复制相似问题