IEventProcessor.OpenAsync(PartitionContext) Method

Definition

Called by processor host to initialize the event processor.

public System.Threading.Tasks.Task OpenAsync (Microsoft.Azure.EventHubs.Processor.PartitionContext context);
abstract member OpenAsync : Microsoft.Azure.EventHubs.Processor.PartitionContext -> System.Threading.Tasks.Task
Public Function OpenAsync (context As PartitionContext) As Task

Parameters

context
PartitionContext

Information about the partition that this event processor will process events from.

Returns

Applies to