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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET