C# Class SemanticLogging.EventHub.SampleProcessor.SampleEventProcessor

Inheritance: IEventProcessor
显示文件 Open project: DeHeerSoftware/SemanticLogging.EventHub

Public Methods

Method 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 method

public CloseAsync ( PartitionContext context, CloseReason reason ) : System.Threading.Tasks.Task
context PartitionContext
reason CloseReason
return System.Threading.Tasks.Task

OpenAsync() public method

public OpenAsync ( PartitionContext context ) : System.Threading.Tasks.Task
context PartitionContext
return System.Threading.Tasks.Task

ProcessEventsAsync() public method

public ProcessEventsAsync ( PartitionContext context, IEnumerable events ) : System.Threading.Tasks.Task
context PartitionContext
events IEnumerable
return System.Threading.Tasks.Task