Class MyAsyncJobArgs
Implements
Inherited Members
Namespace: Volo.Abp.BackgroundJobs
Assembly: Volo.Abp.BackgroundJobs.Tests.dll
Syntax
public class MyAsyncJobArgs : IMultiTenant
Constructors
MyAsyncJobArgs()
Declaration
public MyAsyncJobArgs()
MyAsyncJobArgs(string, Guid?)
Declaration
public MyAsyncJobArgs(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 |