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

SaveChangesErrorDetectionStrategy 类

定义

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

构造函数

SaveChangesErrorDetectionStrategy()

方法

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) (继承自 MediaErrorDetectionStrategy)
OnIsTransient(Exception) (继承自 MediaErrorDetectionStrategy)

适用于