ReplicationItemEventArgsItemsReplicatedSinceLastUpdate Property
|
Gets the count of items that were already replicated thus far
Namespace:
Ingeniux.CMS.Event
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax public int ItemsReplicatedSinceLastUpdate { get; set; }
Public Property ItemsReplicatedSinceLastUpdate As Integer
Get
Set
public:
property int ItemsReplicatedSinceLastUpdate {
int get ();
void set (int value);
}
member ItemsReplicatedSinceLastUpdate : int with get, set
Property Value
Type:
Int32See Also