IFaultInjectionTransactionalState<TState> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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)
類型參數
- TState
- 實作
屬性
FaultInjectionControl |
方法
PerformRead<TResult>(Func<TState,TResult>) |
執行讀取作業並傳回結果,而不需修改狀態。 (繼承來源 ITransactionalState<TState>) |
PerformUpdate<TResult>(Func<TState,TResult>) |
執行更新作業並傳回結果。 (繼承來源 ITransactionalState<TState>) |
擴充方法
PerformUpdate<TState>(ITransactionalState<TState>, Action<TState>) |
執行更新作業,而不傳回任何結果。 |