RemoteReplicatorStatus.LastAcknowledgementProcessedTimeUtc Property

Definition

Gets the last timestamp (in UTC) when an acknowledgement from the secondary replicator was processed in the primary.

public DateTime LastAcknowledgementProcessedTimeUtc { get; }
member this.LastAcknowledgementProcessedTimeUtc : DateTime
Public ReadOnly Property LastAcknowledgementProcessedTimeUtc As DateTime

Property Value

The last timestamp when an acknowledgement from the secondary replicator was processed in the primary.

Remarks

UTC 0 represents an invalid value, indicating that no acknowledgement messages were ever processed.

Applies to