C# Class NetflixPivot_Worker.WorkerRole

Inheritance: RoleEntryPoint
Afficher le fichier Open project: smarx/NetflixPivot

Méthodes publiques

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

Private Methods

Méthode Description
EnumerateDirectoryRecursive ( string root ) : IEnumerable
RoleEnvironmentChanging ( object sender, RoleEnvironmentChangingEventArgs e ) : void
UploadDirectoryRecursive ( string path, CloudBlobContainer container ) : void
UploadFile ( string filename, CloudBlob blob ) : void

Method Details

OnStart() public méthode

public OnStart ( ) : bool
Résultat bool

Run() public méthode

public Run ( ) : void
Résultat void