Worker type.

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public abstract class Worker<TEntity> : RoleEntryPoint
where TEntity : Entity
Visual Basic (Declaration)
Public MustInherit Class Worker(Of TEntity As Entity) _
	Inherits RoleEntryPoint
Visual C++
generic<typename TEntity>
where TEntity : Entity
public ref class Worker abstract : public RoleEntryPoint

Type Parameters

TEntity

[Missing <typeparam name="TEntity"/> documentation for "T:Cloudster.Worker`1"]

Inheritance Hierarchy

System..::.Object
  RoleEntryPoint
    Cloudster..::.Worker<(Of <(TEntity>)>)
      Cloudster.Samples.Text..::.Role
      Cloudster.Samples.Vector2D..::.Role
      Cloudster.Samples.VectorND..::.Role

See Also