RoleEntryPoint Methods

 

Namespace:   Microsoft.WindowsAzure.ServiceRuntime
Assembly:  Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod OnStart()

Runs code that initializes a role instance.

System_CAPS_pubmethod OnStop()

Runs code when a role instance is to be stopped.

System_CAPS_pubmethod Run()

Runs code that is intended to be run for the life of the role instance.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

See Also

RoleEntryPoint Class
Microsoft.WindowsAzure.ServiceRuntime Namespace

Return to top