你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MediaErrorDetectionStrategy 类

定义

public abstract class MediaErrorDetectionStrategy : Microsoft.Practices.TransientFaultHandling.ITransientErrorDetectionStrategy
type MediaErrorDetectionStrategy = class
    interface ITransientErrorDetectionStrategy
Public MustInherit Class MediaErrorDetectionStrategy
Implements ITransientErrorDetectionStrategy
继承
MediaErrorDetectionStrategy
派生
实现
Microsoft.Practices.TransientFaultHandling.ITransientErrorDetectionStrategy

构造函数

MediaErrorDetectionStrategy()

方法

CheckIsTransient(Exception)
IsRetriableDataServiceException(Exception, Boolean, Boolean)
IsRetriableHttpStatusCode(HttpStatusCode, Boolean, Boolean)
IsRetriableHttpStatusCode(Int32, Boolean, Boolean)
IsRetriableWebException(Exception, Boolean, Boolean)
IsSocketException(Exception)
IsTimeoutException(Exception)
IsTransient(Exception)
OnIsTransient(Exception)

适用于