Click or drag to resize
Infosoft Logo

SleepParameters Class

The parameters of the Sleep job.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersSchedulableJobParameters
    Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersSleepParameters

Namespace: Infosoft.Common.Contracts.DataContracts.Scheduler.Parameters
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class SleepParameters : SchedulableJobParameters, 
	IExtensibleDataObject

The SleepParameters type exposes the following members.

Properties
 NameDescription
Public propertySleepTimeInMilliseconds Gets or sets the amount of time to sleep, in milliseconds.
Top
See Also