EventHubCheckpointerFactory 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 EventHubCheckpointerFactory (string providerName, Orleans.Configuration.AzureTableStreamCheckpointerOptions options, Microsoft.Extensions.Options.IOptions<Orleans.Configuration.ClusterOptions> clusterOptions, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Orleans.Streaming.EventHubs.EventHubCheckpointerFactory : string * Orleans.Configuration.AzureTableStreamCheckpointerOptions * Microsoft.Extensions.Options.IOptions<Orleans.Configuration.ClusterOptions> * Microsoft.Extensions.Logging.ILoggerFactory -> Orleans.Streaming.EventHubs.EventHubCheckpointerFactory
Public Sub New (providerName As String, options As AzureTableStreamCheckpointerOptions, clusterOptions As IOptions(Of ClusterOptions), loggerFactory As ILoggerFactory)
Parameters
- providerName
- String
- clusterOptions
- IOptions<ClusterOptions>
- loggerFactory
- ILoggerFactory