Worker role for the sample, inherited from the cloudster worker generic class.

Namespace:  Cloudster.Samples.Vector2D
Assembly:  Cloudster.Samples.Vector2D.Role (in Cloudster.Samples.Vector2D.Role.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class Role : Worker<Vector2DEntity>
Visual Basic (Declaration)
Public Class Role _
	Inherits Worker(Of Vector2DEntity)
Visual C++
public ref class Role : public Worker<Vector2DEntity^>

Inheritance Hierarchy

System..::.Object
  RoleEntryPoint
    Cloudster..::.Worker<(Of <(Vector2DEntity>)>)
      Cloudster.Samples.Vector2D..::.Role

See Also