다음을 통해 공유


AzureTableTransactionalStateStorage<TState> 클래스

정의

public class AzureTableTransactionalStateStorage<TState> : Orleans.Transactions.Abstractions.ITransactionalStateStorage<TState> where TState : class, new()
type AzureTableTransactionalStateStorage<'State (requires 'State : null and 'State : (new : unit -> 'State))> = class
    interface ITransactionalStateStorage<'State (requires 'State : null and 'State : (new : unit -> 'State))>
Public Class AzureTableTransactionalStateStorage(Of TState)
Implements ITransactionalStateStorage(Of TState)

형식 매개 변수

TState
상속
AzureTableTransactionalStateStorage<TState>
구현

생성자

AzureTableTransactionalStateStorage<TState>(CloudTable, String, JsonSerializerSettings, ILogger<AzureTableTransactionalStateStorage<TState>>)
AzureTableTransactionalStateStorage<TState>(TableClient, String, JsonSerializerSettings, ILogger<AzureTableTransactionalStateStorage<TState>>)

메서드

Load()
Store(String, TransactionalStateMetaData, List<PendingTransactionState<TState>>, Nullable<Int64>, Nullable<Int64>)

적용 대상