ReplicatorSettings.RequireServiceAck Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prevents the optimistic acknowledgment of operations in non-persistent services by requiring that the service calls Acknowledge() before it pumps the next operation.
public bool? RequireServiceAck { get; set; }
member this.RequireServiceAck : Nullable<bool> with get, set
Public Property RequireServiceAck As Nullable(Of Boolean)
Property Value
true
if the optimistic acknowledgment of operations in non-persistent services;otherwise,
false
.
Remarks
Non-persistent services which require explicit acknowledgment can set this property to True in order to prevent optimistic acknowledgment of the operations by the Replicator. This setting has no effect for persistent services.
The default value is false.
Applies to
Azure SDK for .NET