Class MyJobArgs
Inheritance
object
MyJobArgs
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 | |
| System.Guid? | tenantId |
Properties
TenantId
Declaration
public Guid? TenantId { get; }
Property Value
| Type | Description |
|---|---|
| System.Guid? |
Value
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |