C# Class HomeSecurity.Broker.WorkerRole

Inheritance: RoleEntryPoint
Mostra file Open project: mlinnen/CloudHomeSecurity

Public Methods

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

Private Methods

Method Description
program_ErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void
program_OutputDataReceived ( object sender, DataReceivedEventArgs e ) : void

Method Details

OnStart() public method

public OnStart ( ) : bool
return bool

Run() public method

public Run ( ) : void
return void