C# Class SemanticLogging.EventHub.SampleProcessor.SampleEventProcessor

Inheritance: IEventProcessor
Afficher le fichier Open project: DeHeerSoftware/SemanticLogging.EventHub

Méthodes publiques

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

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

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