The Worker<(Of <(TEntity>)>) type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
Worker<(Of <(TEntity>)>) |
Initializes a new instance of the Worker<(Of <(TEntity>)>) class
|
Methods
| Name | Description | |
|---|---|---|
|
|
AcceptShutdown | (Inherited from RoleEntryPoint.) |
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
|
GetHealthStatus |
Always healthy
(Overrides RoleEntryPointGetHealthStatus()()().) |
|
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
|
Initialize | (Inherited from RoleEntryPoint.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
|
Start |
Entry point for the worker.
(Overrides RoleEntryPointStart()()().) |
|
|
Stop |
Stops the worker.
(Overrides RoleEntryPointStop()()().) |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
CentroidComputer |
Centroid computer, that must be provided be the user.
|
|
|
Distance |
Distance, that must be provided be the user.
|
|
|
Serializer |
Serializer, that must be provided be the user.
|
|
|
Settings |
Settings, provided be the user.
|