GeneratorAdapterFactory.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() |
Initializes the factory. |
Init(IProviderConfiguration, String, Logger, IServiceProvider) |
Initialize the factory |
Init()
- Source:
- GeneratorAdapterFactory.cs
Initializes the factory.
public void Init ();
member this.Init : unit -> unit
Public Sub Init ()
Applies to
Init(IProviderConfiguration, String, Logger, IServiceProvider)
Initialize the factory
public void Init (Orleans.Providers.IProviderConfiguration providerConfig, 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 Sub Init (providerConfig As IProviderConfiguration, providerName As String, log As Logger, svcProvider As IServiceProvider)
Parameters
- providerConfig
- IProviderConfiguration
- providerName
- String
- log
- Logger
- svcProvider
- IServiceProvider