C# Class Microsoft.Research.DataOnboarding.FilePurgeService.WorkerRole

Inheritance: RoleEntryPoint
Afficher le fichier Open project: CDLUC3/dataup2

Méthodes publiques

Méthode 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

Private Methods

Méthode 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

Method Details

OnStart() public méthode

Called by Windows Azure to initialize the role instance.
public OnStart ( ) : bool
Résultat bool

OnStop() public méthode

Called to stop the worker role.
public OnStop ( ) : void
Résultat void

Run() public méthode

Called by Windows Azure after the role instance has been initialized. This method serves as the main thread of execution for your role.
public Run ( ) : void
Résultat void

WorkerRole() public méthode

public WorkerRole ( ) : Microsoft.Practices.Unity
Résultat Microsoft.Practices.Unity