| JobStorageConnectionGetSetTtl Method |
[Missing <summary> documentation for "M:Hangfire.Storage.JobStorageConnection.GetSetTtl(System.String)"]
Namespace: Hangfire.StorageAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public virtual TimeSpan GetSetTtl(
[NotNullAttribute] string key
)
Public Overridable Function GetSetTtl (
<NotNullAttribute> key As String
) As TimeSpan
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Hangfire.Storage.JobStorageConnection.GetSetTtl(System.String)"]
Return Value
Type:
TimeSpanSee Also