Läs på engelska Redigera

Dela via


PrimaryOperationFailed Class

Definition

Describes a connection issue that occurred when communicating with primary storage.

C#
[System.Serializable]
public class PrimaryOperationFailed : Orleans.LogConsistency.ConnectionIssue
C#
[System.Serializable]
[Orleans.GenerateSerializer]
public abstract class PrimaryOperationFailed : Orleans.EventSourcing.ConnectionIssue
Inheritance
PrimaryOperationFailed
Inheritance
PrimaryOperationFailed
Attributes

Constructors

Properties

Exception

The exception that was caught when communicating with the primary.

NumberOfConsecutiveFailures

The number of times we have observed this issue since the first failure

(Inherited from ConnectionIssue)
NumberOfConsecutiveFailures

The number of times we have observed this issue since the first failure

(Inherited from ConnectionIssue)
RetryDelay

The delay we are waiting before the next retry

(Inherited from ConnectionIssue)
RetryDelay

The delay we are waiting before the next retry

(Inherited from ConnectionIssue)
TimeOfFirstFailure

The UTC timestamp of the first time we observed this issue

(Inherited from ConnectionIssue)
TimeOfFirstFailure

The UTC timestamp of the first time we observed this issue

(Inherited from ConnectionIssue)
TimeStamp

The UTC timestamp of the last time at which the issue was observed

(Inherited from ConnectionIssue)
TimeStamp

The UTC timestamp of the last time at which the issue was observed

(Inherited from ConnectionIssue)

Methods

ComputeRetryDelay(Nullable<TimeSpan>)

Computes the retry delay based on the rest of the information. Is overridden by subclasses that represent specific categories of issues.

Applies to

Produkt Versioner
.NET Orleans 1.5.10, 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0