Düzenle

Aracılığıyla paylaş


IFaultInjectionTransactionalState<TState> Interface

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)

Type Parameters

TState
Implements

Properties

FaultInjectionControl

Methods

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

Performs a read operation and returns the result, without modifying the state.

(Inherited from ITransactionalState<TState>)
PerformUpdate<TResult>(Func<TState,TResult>)

Performs an update operation and returns the result.

(Inherited from ITransactionalState<TState>)

Extension Methods

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

Performs an update operation, without returning any result.

Applies to