ShardedStorageProvider.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.
Initialization function for this storage provider.
public System.Threading.Tasks.Task Init (string name, Orleans.Providers.IProviderRuntime providerRuntime, Orleans.Providers.IProviderConfiguration config);
abstract member Init : string * Orleans.Providers.IProviderRuntime * Orleans.Providers.IProviderConfiguration -> System.Threading.Tasks.Task
override this.Init : string * Orleans.Providers.IProviderRuntime * Orleans.Providers.IProviderConfiguration -> System.Threading.Tasks.Task
Public Function Init (name As String, providerRuntime As IProviderRuntime, config As IProviderConfiguration) As Task
Parameters
- name
- String
- providerRuntime
- IProviderRuntime
- config
- IProviderConfiguration