AzureTableTransactionalStateStorageFactory.Create メソッド

定義

オーバーロード

Create(IServiceProvider, String)
Create<TState>(String, IGrainActivationContext)
Create<TState>(String, IGrainContext)

Create(IServiceProvider, String)

ソース:
AzureTableTransactionalStateStorageFactory.cs
ソース:
AzureTableTransactionalStateStorageFactory.cs
ソース:
AzureTableTransactionalStateStorageFactory.cs
ソース:
AzureTableTransactionalStateStorageFactory.cs
ソース:
AzureTableTransactionalStateStorageFactory.cs
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)

ソース:
AzureTableTransactionalStateStorageFactory.cs
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

戻り値

実装

適用対象

Create<TState>(String, IGrainContext)

ソース:
AzureTableTransactionalStateStorageFactory.cs
ソース:
AzureTableTransactionalStateStorageFactory.cs
ソース:
AzureTableTransactionalStateStorageFactory.cs
ソース:
AzureTableTransactionalStateStorageFactory.cs
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

戻り値

実装

適用対象