C# Class NetflixPivot_Worker.WorkerRole

Inheritance: RoleEntryPoint
ファイルを表示 Open project: smarx/NetflixPivot

Public Methods

Method Description
OnStart ( ) : bool
Run ( ) : void

Private Methods

Method 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 method

public OnStart ( ) : bool
return bool

Run() public method

public Run ( ) : void
return void