C# Class CrawlerWorkerRole.WorkerRole

Inheritance: RoleEntryPoint
显示文件 Open project: crafters/msdn-azure

Public Methods

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

Private Methods

Method Description
GetMessageParts ( Microsoft.WindowsAzure.StorageClient.CloudQueueMessage msg ) : string[]
ResetSleep ( ) : void
SleepMore ( ) : void

Method Details

OnStart() public method

public OnStart ( ) : bool
return bool

Run() public method

public Run ( ) : void
return void