Click or drag to resize
JobActivatorScopeResolve Method

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

Namespace: Hangfire
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public abstract Object Resolve(
	Type type
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Hangfire.JobActivatorScope.Resolve(System.Type)"]

Return Value

Type: Object
See Also