PartitionContext Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public PartitionContext (Microsoft.Azure.EventHubs.Processor.EventProcessorHost host, string partitionId, string eventHubPath, string consumerGroupName, System.Threading.CancellationToken cancellationToken);
new Microsoft.Azure.EventHubs.Processor.PartitionContext : Microsoft.Azure.EventHubs.Processor.EventProcessorHost * string * string * string * System.Threading.CancellationToken -> Microsoft.Azure.EventHubs.Processor.PartitionContext
Public Sub New (host As EventProcessorHost, partitionId As String, eventHubPath As String, consumerGroupName As String, cancellationToken As CancellationToken)
Parameters
- host
- EventProcessorHost
- partitionId
- String
- eventHubPath
- String
- consumerGroupName
- String
- cancellationToken
- CancellationToken
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET