IReplicationTaskMonitorOrderId Property
|
Gets and sets the position of this replication task among other tasks in a
Replicator. The lower IDs get executed first.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax int OrderId { get; set; }
Property OrderId As Integer
Get
Set
property int OrderId {
int get ();
void set (int value);
}
abstract OrderId : int with get, set
Property Value
Type:
Int32See Also