|
AbstractServerJobDoExecute Method |
Namespace: DrawerBackup.Server.JobsAssembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxprotected abstract void DoExecute(
JobInfo info
)
Protected MustOverride Sub DoExecute (
info As JobInfo
)
protected:
virtual void DoExecute(
JobInfo^ info
) abstract
abstract DoExecute :
info : JobInfo -> unit
Parameters
- info
- Type: DrawerBackup.Native.JobsJobInfo
See Also