C# Class Microsoft.AzureCat.Samples.EventProcessorHostService.EventProcessor

Inheritance: IEventProcessor
Afficher le fichier Open project: paolosalvatori/servicefabriceventhubdemo

Méthodes publiques

Méthode Description
CloseAsync ( PartitionContext context, CloseReason reason ) : System.Threading.Tasks.Task
EventProcessor ( string parameter ) : System
OpenAsync ( PartitionContext context ) : System.Threading.Tasks.Task
ProcessEventsAsync ( PartitionContext context, IEnumerable events ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
DeserializeEventData ( EventData eventData ) : Payload
GetActorProxy ( long deviceId ) : IDeviceActor

Method Details

CloseAsync() public méthode

public CloseAsync ( PartitionContext context, CloseReason reason ) : System.Threading.Tasks.Task
context PartitionContext
reason CloseReason
Résultat System.Threading.Tasks.Task

EventProcessor() public méthode

public EventProcessor ( string parameter ) : System
parameter string
Résultat System

OpenAsync() public méthode

public OpenAsync ( PartitionContext context ) : System.Threading.Tasks.Task
context PartitionContext
Résultat System.Threading.Tasks.Task

ProcessEventsAsync() public méthode

public ProcessEventsAsync ( PartitionContext context, IEnumerable events ) : System.Threading.Tasks.Task
context PartitionContext
events IEnumerable
Résultat System.Threading.Tasks.Task