다음을 통해 공유


PrimaryOperationFailed 클래스

정의

기본 스토리지와 통신할 때 발생한 연결 문제에 대해 설명합니다.

[System.Serializable]
public class PrimaryOperationFailed : Orleans.LogConsistency.ConnectionIssue
[System.Serializable]
[Orleans.GenerateSerializer]
public abstract class PrimaryOperationFailed : Orleans.EventSourcing.ConnectionIssue
[<System.Serializable>]
type PrimaryOperationFailed = class
    inherit ConnectionIssue
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type PrimaryOperationFailed = class
    inherit ConnectionIssue
Public Class PrimaryOperationFailed
Inherits ConnectionIssue
Public MustInherit Class PrimaryOperationFailed
Inherits ConnectionIssue
상속
PrimaryOperationFailed
상속
PrimaryOperationFailed
특성

생성자

PrimaryOperationFailed()

기본 스토리지와 통신할 때 발생한 연결 문제에 대해 설명합니다.

속성

Exception

주 데이터베이스와 통신할 때 catch된 예외입니다.

NumberOfConsecutiveFailures

첫 번째 실패 이후 이 문제를 관찰한 횟수

(다음에서 상속됨 ConnectionIssue)
NumberOfConsecutiveFailures

첫 번째 실패 이후 이 문제를 관찰한 횟수

(다음에서 상속됨 ConnectionIssue)
RetryDelay

다음 재시도 전에 대기 중인 지연

(다음에서 상속됨 ConnectionIssue)
RetryDelay

다음 재시도 전에 대기 중인 지연

(다음에서 상속됨 ConnectionIssue)
TimeOfFirstFailure

이 문제를 처음 관찰한 UTC 타임스탬프

(다음에서 상속됨 ConnectionIssue)
TimeOfFirstFailure

이 문제를 처음 관찰한 UTC 타임스탬프

(다음에서 상속됨 ConnectionIssue)
TimeStamp

문제가 관찰된 마지막 시간의 UTC 타임스탬프

(다음에서 상속됨 ConnectionIssue)
TimeStamp

문제가 관찰된 마지막 시간의 UTC 타임스탬프

(다음에서 상속됨 ConnectionIssue)

메서드

ComputeRetryDelay(Nullable<TimeSpan>)

나머지 정보에 따라 재시도 지연을 계산합니다. 문제의 특정 범주를 나타내는 하위 클래스에 의해 재정의됩니다.

적용 대상