C# Класс Microsoft.Research.DataOnboarding.FilePurgeService.WorkerRole

Наследование: RoleEntryPoint
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

OnStart() публичный Метод

Called by Windows Azure to initialize the role instance.
public OnStart ( ) : bool
Результат bool

OnStop() публичный Метод

Called to stop the worker role.
public OnStop ( ) : void
Результат void

Run() публичный Метод

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
Результат void

WorkerRole() публичный Метод

public WorkerRole ( ) : Microsoft.Practices.Unity
Результат Microsoft.Practices.Unity