 | FetchedJobDtoFetchedAt Property |
[Missing <summary> documentation for "P:Hangfire.Storage.Monitoring.FetchedJobDto.FetchedAt"]
Namespace: Hangfire.Storage.MonitoringAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntaxpublic Nullable<DateTime> FetchedAt { get; set; }
Public Property FetchedAt As Nullable(Of DateTime)
Get
Set
Property Value
Type:
NullableDateTime
See Also