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

StorageTransientErrorDetectionStrategy 类

定义

public class StorageTransientErrorDetectionStrategy : Microsoft.WindowsAzure.MediaServices.Client.TransientFaultHandling.MediaErrorDetectionStrategy
type StorageTransientErrorDetectionStrategy = class
    inherit MediaErrorDetectionStrategy
Public Class StorageTransientErrorDetectionStrategy
Inherits MediaErrorDetectionStrategy
继承
StorageTransientErrorDetectionStrategy

构造函数

StorageTransientErrorDetectionStrategy()

方法

CheckIsTransient(Exception)
IsRetriableDataServiceException(Exception, Boolean, Boolean) (继承自 MediaErrorDetectionStrategy)
IsRetriableHttpStatusCode(HttpStatusCode, Boolean, Boolean) (继承自 MediaErrorDetectionStrategy)
IsRetriableHttpStatusCode(Int32, Boolean, Boolean) (继承自 MediaErrorDetectionStrategy)
IsRetriableWebException(Exception, Boolean, Boolean) (继承自 MediaErrorDetectionStrategy)
IsSocketException(Exception) (继承自 MediaErrorDetectionStrategy)
IsTimeoutException(Exception) (继承自 MediaErrorDetectionStrategy)
IsTransient(Exception)
OnIsTransient(Exception) (继承自 MediaErrorDetectionStrategy)

适用于