EventProcessor<TPartition>
EventProcessor()
EventProcessor(Int32, String, String, EventProcessorOptions)
EventProcessor(Int32, String, String, String, EventProcessorOptions)
EventProcessor(Int32, String, String, String, AzureNamedKeyCredential, EventProcessorOptions)
EventProcessor(Int32, String, String, String, AzureSasCredential, EventProcessorOptions)
EventProcessor(Int32, String, String, String, TokenCredential, EventProcessorOptions)
ConsumerGroup
EnableBatchTracing
EventHubName
EventHubProperties
FullyQualifiedNamespace
Identifier
IsRunning
RetryPolicy
ClaimOwnershipAsync(IEnumerable<EventProcessorPartitionOwnership>, CancellationToken)
CreateConnection()
Equals(Object)
GetCheckpointAsync(String, CancellationToken)
GetHashCode()
ListCheckpointsAsync(CancellationToken)
ListOwnershipAsync(CancellationToken)
ListPartitionIdsAsync(EventHubConnection, CancellationToken)
OnInitializingPartitionAsync(TPartition, CancellationToken)
OnPartitionProcessingStoppedAsync(TPartition, ProcessingStoppedReason, CancellationToken)
OnProcessingErrorAsync(Exception, TPartition, String, CancellationToken)
OnProcessingEventBatchAsync(IEnumerable<EventData>, TPartition, CancellationToken)
ReadLastEnqueuedEventProperties(String)
StartProcessing(CancellationToken)
StartProcessingAsync(CancellationToken)
StopProcessing(CancellationToken)
StopProcessingAsync(CancellationToken)
ToString()
UpdateCheckpointAsync(String, CheckpointPosition, CancellationToken)
UpdateCheckpointAsync(String, Int64, Int64?, CancellationToken)
ValidateProcessingPreconditions(CancellationToken)
xamarinmac
namespace Azure.Messaging.EventHubs.Primitives
{
public abstract class EventProcessor<TPartition>
where TPartition, new(), EventProcessorPartition
{
protected EventProcessor(int eventBatchMaximumCount, string consumerGroup, string connectionString, string eventHubName, EventProcessorOptions options = null);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Upgrade Planner | 0.0 %
Reference this API |
.NET | 5.06.07.08.09.010.0 |
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to xamarinmac | |
Assemblies | Azure.Messaging.EventHubs , Version=5.12.0.0, PublicKeyToken=92742159e12e44c8 Azure.Messaging.EventHubs , Version=5.11.6.0, PublicKeyToken=92742159e12e44c8 |
Referencing | Your project needs a package reference to |
Package | Azure.Messaging.EventHubs (5.12.0-beta.2) netstandard2.0 |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API