Click or drag to resize

TaskTimeOnceContract Class

Scheduler time parameters for starting task once, at defined Date/Time.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.SchedulingTaskTriggerContract
    SOS.SDK.Contracts.SchedulingTaskTimeBaseContract
      SOS.SDK.Contracts.SchedulingTaskTimeOnceContract

Namespace:  SOS.SDK.Contracts.Scheduling
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public sealed class TaskTimeOnceContract : TaskTimeBaseContract

The TaskTimeOnceContract type exposes the following members.

Constructors
  NameDescription
Public methodTaskTimeOnceContract
Initializes a new instance of the TaskTimeOnceContract class
Top
Properties
  NameDescription
Public propertyEndTime
The datetime for Task 'soft' finishing. Can be empty.
(Inherited from TaskTimeBaseContract.)
Public propertyRunDateTime
Date/Time for starting scheduled task.
Public propertyStartTime
The datetime for Task starting.
(Inherited from TaskTimeBaseContract.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also