Freigeben über


ServerSideSyncQueueSettings.ActivityQueueItemsInMemoryLow Property

Definition

Defines the lower limit beyond which the service will stop removing activity batches held in memory from the queue.

public:
 property int ActivityQueueItemsInMemoryLow { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int ActivityQueueItemsInMemoryLow { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ActivityQueueItemsInMemoryLow : int with get, set
Public Property ActivityQueueItemsInMemoryLow As Integer

Property Value

The minimum number of items held in memory.

Attributes

Applies to