|
JobbingSettingsMaxRunningJobs Property |
Max jobs running in the same time
Namespace: DrawerBackup.Native.SettingsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic int MaxRunningJobs { get; set; }
Public Property MaxRunningJobs As Integer
Get
Set
public:
property int MaxRunningJobs {
int get ();
void set (int value);
}
member MaxRunningJobs : int with get, set
Property Value
Type:
Int32
See Also