Overload List

  Name Description
UpdateDatabase<(Of <(TEntity>)>)(Worker<(Of <(TEntity>)>))
Update the database for all the internal jobs.
(Overrides QueueJob..::.UpdateDatabase<(Of <(TEntity>)>)(Worker<(Of <(TEntity>)>)).)
UpdateDatabase<(Of <(TEntity>)>)(Worker<(Of <(TEntity>)>))
Updates data in the database. to be called after a call to Compute, and between a TryBeginUpdate and a EndUpdate call on the effective job in the storage.
(Inherited from QueueJob.)

See Also