IFaultInjectionTransactionalState<TState> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |