TaskProcessingJobStatusServerUpdates Property |
The number of times the server has saved the progress to the vault.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic int ServerUpdates { get; set; }
Public Property ServerUpdates As Integer
Get
Set
public:
property int ServerUpdates {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also