Class DelegateJob
Namespace: Unity.Reflect.Actors
Syntax
public class DelegateJob
Constructors
DelegateJob(Object, Action<RpcContext<DelegateJob>, Object>)
Declaration
public DelegateJob(object jobInput, Action<RpcContext<DelegateJob>, object> job)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | jobInput | |
| Action<RpcContext<DelegateJob>, Object> | job |
Fields
Job
Declaration
public Action<RpcContext<DelegateJob>, object> Job
Field Value
| Type | Description |
|---|---|
| Action<RpcContext<DelegateJob>, Object> |
JobInput
Declaration
public object JobInput
Field Value
| Type | Description |
|---|---|
| Object |