Method ScheduleUpdate
ScheduleUpdate(LogControllerScopedLock, JobHandle)
Schedule update for this sink. Usually schedules an internal SinkJob.
Declaration
public virtual JobHandle ScheduleUpdate(LogControllerScopedLock @lock, JobHandle dependency)
Parameters
Type | Name | Description |
---|---|---|
LogControllerScopedLock | lock | Lock to access to LogController |
JobHandle | dependency | Input dependency that should be done before this job |
Returns
Type | Description |
---|---|
JobHandle | Job handle for the SinkJob |