C# Class RavenRole.WorkerRole

Inheritance: RoleEntryPoint
Afficher le fichier Open project: markrendle/ravendb

Méthodes publiques

Méthode Description
OnStart ( ) : bool
OnStop ( ) : void
Run ( ) : void

Private Methods

Méthode Description
MountCloudDrive ( ) : void
RoleEnvironmentChanging ( object sender, RoleEnvironmentChangingEventArgs e ) : void
StartTheServer ( ) : void

Method Details

OnStart() public méthode

public OnStart ( ) : bool
Résultat bool

OnStop() public méthode

public OnStop ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void