Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Receiver
WorkerRole
C# Class Receiver.WorkerRole
Inheritance:
RoleEntryPoint
Mostra file
Open project: mspnp/cloud-design-patterns
Public Methods
Method
Description
OnStart
( ) :
bool
OnStop
( ) :
void
Run
( ) :
void
Private Methods
Method
Description
IsValidMessage
(
BrokeredMessage
message
) :
bool
ProcessMessage
(
BrokeredMessage
message
) :
Task
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