Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
R
Scheduler
Core
BaseJobsImpController
C# Class R.Scheduler.Core.BaseJobsImpController
A base class that provides common functionality for job controllers
Inheritance:
ApiController
Mostra file
Open project: R-Suite/R.Scheduler
Protected Methods
Method
Description
BaseJobsImpController
( ) :
System
CreateJob
(
BaseJob
model
,
Type
jobType
,
object>.Dictionary
dataMap
,
string
description
= null ) :
QueryResponse
Method Details
BaseJobsImpController()
protected
method
protected
BaseJobsImpController
( ) :
System
return
System
CreateJob()
protected
method
protected
CreateJob
(
BaseJob
model
,
Type
jobType
,
object>.Dictionary
dataMap
,
string
description
= null ) :
QueryResponse
model
R.Scheduler.Contracts.JobTypes.BaseJob
jobType
System.Type
dataMap
object>.Dictionary
description
string
return
R.Scheduler.Contracts.Model.QueryResponse