Freigeben über


IFaultInjectionTransactionalState<TState> Schnittstelle

Definition

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

Typparameter

TState
Implementiert

Eigenschaften

FaultInjectionControl

Methoden

PerformRead<TResult>(Func<TState,TResult>)

Führt einen Lesevorgang aus und gibt das Ergebnis zurück, ohne den Zustand zu ändern.

(Geerbt von ITransactionalState<TState>)
PerformUpdate<TResult>(Func<TState,TResult>)

Führt einen Aktualisierungsvorgang aus und gibt das Ergebnis zurück.

(Geerbt von ITransactionalState<TState>)

Erweiterungsmethoden

PerformUpdate<TState>(ITransactionalState<TState>, Action<TState>)

Führt einen Updatevorgang aus, ohne das Ergebnis zurückzugeben.

Gilt für: