FaultInjectionAzureTableTransactionStateStorageFactory.Create 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
Create(IServiceProvider, String) | |
Create<TState>(String, IGrainActivationContext) | |
Create<TState>(String, IGrainContext) |
Create(IServiceProvider, String)
public static Orleans.Transactions.Abstractions.ITransactionalStateStorageFactory Create (IServiceProvider services, string name);
static member Create : IServiceProvider * string -> Orleans.Transactions.Abstractions.ITransactionalStateStorageFactory
Public Shared Function Create (services As IServiceProvider, name As String) As ITransactionalStateStorageFactory
Parameters
- services
- IServiceProvider
- name
- String
Returns
Applies to
Create<TState>(String, IGrainActivationContext)
public Orleans.Transactions.Abstractions.ITransactionalStateStorage<TState> Create<TState> (string stateName, Orleans.Runtime.IGrainActivationContext context) where TState : class, new();
abstract member Create : string * Orleans.Runtime.IGrainActivationContext -> Orleans.Transactions.Abstractions.ITransactionalStateStorage<'State (requires 'State : null and 'State : (new : unit -> 'State))> (requires 'State : null and 'State : (new : unit -> 'State))
override this.Create : string * Orleans.Runtime.IGrainActivationContext -> Orleans.Transactions.Abstractions.ITransactionalStateStorage<'State (requires 'State : null and 'State : (new : unit -> 'State))> (requires 'State : null and 'State : (new : unit -> 'State))
Public Function Create(Of TState As {Class, New}) (stateName As String, context As IGrainActivationContext) As ITransactionalStateStorage(Of TState)
Type Parameters
- TState
Parameters
- stateName
- String
- context
- IGrainActivationContext
Returns
Implements
Applies to
Create<TState>(String, IGrainContext)
public Orleans.Transactions.Abstractions.ITransactionalStateStorage<TState> Create<TState> (string stateName, Orleans.Runtime.IGrainContext context) where TState : class, new();
abstract member Create : string * Orleans.Runtime.IGrainContext -> Orleans.Transactions.Abstractions.ITransactionalStateStorage<'State (requires 'State : null and 'State : (new : unit -> 'State))> (requires 'State : null and 'State : (new : unit -> 'State))
override this.Create : string * Orleans.Runtime.IGrainContext -> Orleans.Transactions.Abstractions.ITransactionalStateStorage<'State (requires 'State : null and 'State : (new : unit -> 'State))> (requires 'State : null and 'State : (new : unit -> 'State))
Public Function Create(Of TState As {Class, New}) (stateName As String, context As IGrainContext) As ITransactionalStateStorage(Of TState)
Type Parameters
- TState
Parameters
- stateName
- String
- context
- IGrainContext