GeneratorAdapterFactory.Init Method
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.
Init() |
Initializes the factory. |
Init(IProviderConfiguration, String, Logger, IServiceProvider) |
Initialize the factory |
- Source:
- GeneratorAdapterFactory.cs
Initializes the factory.
C#
public void Init();
member this.Init : unit -> unit
Public Sub Init ()
Applies to
.NET Orleans 9.0.0 an aner Versiounen
Produkt | Versiounen |
---|---|
.NET Orleans | 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |
Initialize the factory
C#
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
Implements
Applies to
.NET Orleans 1.5.10
Produkt | Versiounen |
---|---|
.NET Orleans | 1.5.10 |