C# Class KonfDBAH.WorkerRole

Inheritance: RoleEntryPoint
Show file Open project: punitganshani/KonfDB

Public Methods

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

Private Methods

Method Description
ConvertAzureProtocol ( string key, string protocol ) : EndPointType
GetProvider ( string provider ) : string
LoadConfigurationFromAzureUI ( ) : IHostConfig
RunAsync ( CancellationToken cancellationToken ) : Task
RunCommandService ( ) : void
RunProtected ( ) : void

Method Details

OnStart() public method

public OnStart ( ) : bool
return bool

OnStop() public method

public OnStop ( ) : void
return void

Run() public method

public Run ( ) : void
return void