Class ProcessingJob
Namespace: Unity.MARS.Data
Syntax
public abstract class ProcessingJob
Properties
userCount
The number of subscribers to this job
Declaration
public int userCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
Execute()
Perform this job's processing
Declaration
public virtual void Execute()