| ScheduledStateEnqueueAt Property |
Gets a date/time when a background job should be enqueued.
Namespace: Hangfire.StatesAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public DateTime EnqueueAt { get; }
Public ReadOnly Property EnqueueAt As DateTime
Get
Property Value
Type:
DateTimeAny date/time in
Utc format.
See Also