| IBackgroundProcessExecute Method |
[Missing <summary> documentation for "M:Hangfire.Server.IBackgroundProcess.Execute(Hangfire.Server.BackgroundProcessContext)"]
Namespace: Hangfire.ServerAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax void Execute(
[NotNullAttribute] BackgroundProcessContext context
)
Sub Execute (
<NotNullAttribute> context As BackgroundProcessContext
)
Parameters
- context
- Type: Hangfire.ServerBackgroundProcessContext
Context for a background process.
Exceptions See Also