| StorageConnectionExtensionsGetRecurringJobs Method (IStorageConnection) |
[Missing <summary> documentation for "M:Hangfire.Storage.StorageConnectionExtensions.GetRecurringJobs(Hangfire.Storage.IStorageConnection)"]
Namespace: Hangfire.StorageAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public static List<RecurringJobDto> GetRecurringJobs(
[NotNullAttribute] this IStorageConnection connection
)
<ExtensionAttribute>
Public Shared Function GetRecurringJobs (
<NotNullAttribute> connection As IStorageConnection
) As List(Of RecurringJobDto)
Parameters
- connection
- Type: Hangfire.StorageIStorageConnection
[Missing <param name="connection"/> documentation for "M:Hangfire.Storage.StorageConnectionExtensions.GetRecurringJobs(Hangfire.Storage.IStorageConnection)"]
Return Value
Type:
ListRecurringJobDtoUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IStorageConnection. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also