Method | Description | |
---|---|---|
OnStart ( ) : bool |
Called by Windows Azure to initialize the role instance.
|
|
OnStop ( ) : void |
Called to stop the worker role.
|
|
Run ( ) : void |
Called by Windows Azure after the role instance has been initialized. This method serves as the main thread of execution for your role.
|
|
WorkerRole ( ) : Microsoft.Practices.Unity |
Method | Description | |
---|---|---|
RegisterAdapters ( Microsoft.Practices.Unity.UnityContainer container ) : void |
Registers the required adapters.
|
|
RegisterLocalResources ( ) : void | ||
RegisterRepositories ( Microsoft.Practices.Unity.UnityContainer container ) : void | ||
RegisterRoleEnvironmentChangeDelegate ( ) : void | ||
RegisterServices ( Microsoft.Practices.Unity.UnityContainer container ) : void | ||
RegisterUnityContainer ( ) : void | ||
RoleEnvironment_Changing ( object sender, RoleEnvironmentChangingEventArgs e ) : void |
public WorkerRole ( ) : Microsoft.Practices.Unity | ||
return | Microsoft.Practices.Unity |