|
JobSettingsLoad Method |
Load the job settings
Namespace: DrawerBackup.Native.JobsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic static JobSettings Load(
IJob job
)
Public Shared Function Load (
job As IJob
) As JobSettings
public:
static JobSettings^ Load(
IJob^ job
)
static member Load :
job : IJob -> JobSettings
Parameters
- job
- Type: DrawerBackup.Native.Data.EntitiesIJob
Return Value
Type:
JobSettings
See Also