Aracılığıyla paylaş


ReplicatorSettings.RequireServiceAck Property

Definition

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