다음을 통해 공유


FaultInjectionAzureTableTransactionStateStorage<TState> 클래스

정의

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

형식 매개 변수

TState
상속
FaultInjectionAzureTableTransactionStateStorage<TState>
구현

생성자

FaultInjectionAzureTableTransactionStateStorage<TState>(ITransactionFaultInjector, AzureTableTransactionalStateStorage<TState>)

메서드

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

적용 대상