Table of Contents

Class JobParameters<T>

Namespace
The.Web.Jobs
Assembly
Instagile.Web.Client.dll
public class JobParameters<T> : JobParameters

Type Parameters

T
Inheritance
JobParameters<T>
Inherited Members

Constructors

JobParameters(IServiceScopeFactory, ILogger<T>, PermissionSet)

public JobParameters(IServiceScopeFactory scopeFactory, ILogger<T> logger, PermissionSet permissions)

Parameters

scopeFactory IServiceScopeFactory
logger ILogger<T>
permissions PermissionSet

Properties

Logger

public override ILogger Logger { get; }

Property Value

ILogger

Permissions

public override PermissionSet Permissions { get; }

Property Value

PermissionSet

ScopeFactory

public override IServiceScopeFactory ScopeFactory { get; }

Property Value

IServiceScopeFactory