RoleEntryPoint Members
Provides methods to run code when a role instance is initialized, run, and stopped.
The following tables list the members exposed by the RoleEntryPoint type.
| Name | Description | |
|---|---|---|
| RoleEntryPoint | Overloaded. |
(see also Protected Methods)
Top
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object) |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() | OnStart | Runs code that initializes a role instance. |
![]() | OnStop | Runs code when a role instance is to be stopped. |
![]() | Run | Runs code that is intended to be run for the life of the role instance. |
![]() | ToString | (Inherited from Object) |
| Name | Description | |
|---|---|---|
|
Finalize | (Inherited from Object) |
|
MemberwiseClone | (Inherited from Object) |
