C# Class Etg.Yams.WorkerRole.YamsWorkerRole

Inheritance: RoleEntryPoint
Mostra file Open project: Microsoft/Yams

Public Methods

Method Description
OnStart ( ) : bool
OnStop ( ) : void
RunAsync ( ) : System.Threading.Tasks.Task
StopAsync ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
RoleEnvironmentChanging ( object sender, RoleEnvironmentChangingEventArgs e ) : void
Run ( ) : void

Method Details

OnStart() public method

public OnStart ( ) : bool
return bool

OnStop() public method

public OnStop ( ) : void
return void

RunAsync() public method

public RunAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

StopAsync() public method

public StopAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task