FaultInjectionAzureTableTransactionStateStorageFactory.Create 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
参数
- services
- IServiceProvider
- name
- String
返回
适用于
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)
类型参数
- TState
参数
- stateName
- String
- context
- IGrainActivationContext
返回
实现
适用于
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)
类型参数
- TState
参数
- stateName
- String
- context
- IGrainContext