|
IBaseJob Interface |
Interface for Jobs
Namespace: DrawerBackup.Native.JobsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic interface IBaseJob
Public Interface IBaseJob
public interface class IBaseJob
type IBaseJob = interface end
The IBaseJob type exposes the following members.
Methods
| Name | Description |
---|
 | Execute |
When the job is executed
|
Top
See Also