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.
Namespace:
CloudsterAssembly: Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public abstract void UpdateDatabase<TEntity>( Worker<TEntity> worker ) where TEntity : Entity |
Visual Basic (Declaration) |
---|
Public MustOverride Sub UpdateDatabase(Of TEntity As Entity) ( _ worker As Worker(Of TEntity) _ ) |
Visual C++ |
---|
public: generic<typename TEntity> where TEntity : Entity virtual void UpdateDatabase( Worker<TEntity>^ worker ) abstract |
Parameters
- worker
- Type: Cloudster..::.Worker<(Of <(TEntity>)>)
[Missing <param name="worker"/> documentation for "M:Cloudster.QueueJob.UpdateDatabase``1(Cloudster.Worker{``0})"]
Type Parameters
- TEntity
[Missing <typeparam name="TEntity"/> documentation for "M:Cloudster.QueueJob.UpdateDatabase``1(Cloudster.Worker{``0})"]