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