EventHubAdapterFactory.Init Method
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.
Overloads
Init() | |
Init(IProviderConfiguration, String, Logger, IServiceProvider) |
Factory initialization. Provider config must contain the event hub settings type or the settings themselves. EventHubSettingsType is recommended for consumers that do not want to include secure information in the cluster configuration. |
Init()
- Source:
- EventHubAdapterFactory.cs
public virtual void Init ();
abstract member Init : unit -> unit
override this.Init : unit -> unit
Public Overridable Sub Init ()
Applies to
Init(IProviderConfiguration, String, Logger, IServiceProvider)
Factory initialization. Provider config must contain the event hub settings type or the settings themselves. EventHubSettingsType is recommended for consumers that do not want to include secure information in the cluster configuration.
public virtual void Init (Orleans.Providers.IProviderConfiguration providerCfg, string providerName, Orleans.Runtime.Logger log, IServiceProvider svcProvider);
abstract member Init : Orleans.Providers.IProviderConfiguration * string * Orleans.Runtime.Logger * IServiceProvider -> unit
override this.Init : Orleans.Providers.IProviderConfiguration * string * Orleans.Runtime.Logger * IServiceProvider -> unit
Public Overridable Sub Init (providerCfg As IProviderConfiguration, providerName As String, log As Logger, svcProvider As IServiceProvider)
Parameters
- providerCfg
- IProviderConfiguration
- providerName
- String
- log
- Logger
- svcProvider
- IServiceProvider