Class MyJobArgs
Implements
Inherited Members
Namespace: Volo.Abp.BackgroundJobs
Assembly: Volo.Abp.BackgroundJobs.Tests.dll
Syntax
public class MyJobArgs : IMultiTenant
Constructors
MyJobArgs()
Declaration
public MyJobArgs()
MyJobArgs(string, Guid?)
Declaration
public MyJobArgs(string value, Guid? tenantId = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value | |
| Guid? | tenantId |
Properties
TenantId
Declaration
public Guid? TenantId { get; }
Property Value
| Type | Description |
|---|---|
| Guid? |
Value
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |