Click or drag to resize
Infosoft Logo

ScheduleOnceRequest Class

Provides data for the request to the ScheduleOnce operation on ISchedulerService.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.MessageContracts.SchedulerScheduleOnceRequest

Namespace: Infosoft.Common.Contracts.MessageContracts.Scheduler
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class ScheduleOnceRequest

The ScheduleOnceRequest type exposes the following members.

Properties
 NameDescription
Public propertyExecutionTime Gets or sets the desired execution time.
Public propertyInputParameters Gets or sets any extra input parameters for the job.
Public propertyJob Gets or sets the job to execute.
Top
See Also