Class PeriodicBackgroundWorkerContext
Inheritance
object
PeriodicBackgroundWorkerContext
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.BackgroundWorkers
Assembly: Volo.Abp.BackgroundWorkers.dll
Syntax
public class PeriodicBackgroundWorkerContext
Constructors
PeriodicBackgroundWorkerContext(IServiceProvider, CancellationToken)
Declaration
public PeriodicBackgroundWorkerContext(IServiceProvider serviceProvider, CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
System.IServiceProvider | serviceProvider | |
System.Threading.CancellationToken | cancellationToken |
PeriodicBackgroundWorkerContext(IServiceProvider)
Declaration
public PeriodicBackgroundWorkerContext(IServiceProvider serviceProvider)
Parameters
Type | Name | Description |
---|---|---|
System.IServiceProvider | serviceProvider |
Properties
CancellationToken
Declaration
public CancellationToken CancellationToken { get; }
Property Value
Type | Description |
---|---|
System.Threading.CancellationToken |
ServiceProvider
Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
Type | Description |
---|---|
System.IServiceProvider |