Click or drag to resize
JobActivatorActivateJob Method

[Missing <summary> documentation for "M:Hangfire.JobActivator.ActivateJob(System.Type)"]

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public virtual Object ActivateJob(
	Type jobType
)

Parameters

jobType
Type: SystemType

[Missing <param name="jobType"/> documentation for "M:Hangfire.JobActivator.ActivateJob(System.Type)"]

Return Value

Type: Object
See Also