Delegate RegisterProcessingJobDelegate<T>
Namespace: Unity.MARS.Data
Assembly: Unity.MARS.Interfaces.dll
Syntax
public delegate List<KeyValuePair<int, T>> RegisterProcessingJobDelegate<T>(ProcessingJobType jobType)
Parameters
| Type | Name | Description |
|---|---|---|
| ProcessingJobType | jobType |
Returns
| Type | Description |
|---|---|
| List<KeyValuePair<int, T>> |
Type Parameters
| Name | Description |
|---|---|
| T |