TransactionalState<TState> 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Orleans 트랜잭션 의미 체계를 존중하는 상태 저장 패싯
public class TransactionalState<TState> : Orleans.ILifecycleParticipant<Orleans.Runtime.IGrainLifecycle>, Orleans.Transactions.Abstractions.ITransactionalState<TState> where TState : class, new()
type TransactionalState<'State (requires 'State : null and 'State : (new : unit -> 'State))> = class
interface ITransactionalState<'State (requires 'State : null and 'State : (new : unit -> 'State))>
interface ILifecycleParticipant<IGrainLifecycle>
Public Class TransactionalState(Of TState)
Implements ILifecycleParticipant(Of IGrainLifecycle), ITransactionalState(Of TState)
형식 매개 변수
- TState
- 상속
-
TransactionalState<TState>
- 구현
생성자
속성
CurrentTransactionId |
Orleans 트랜잭션 의미 체계를 존중하는 상태 저장 패싯 |
메서드
Participate(IGrainLifecycle) |
Orleans 트랜잭션 의미 체계를 존중하는 상태 저장 패싯 |
PerformRead<TResult>(Func<TState,TResult>) |
현재 상태를 읽습니다. |
PerformUpdate<TResult>(Func<TState,TResult>) |
업데이트 작업을 수행하고 결과를 반환합니다. |
확장 메서드
PerformUpdate<TState>(ITransactionalState<TState>, Action<TState>) |
결과를 반환하지 않고 업데이트 작업을 수행합니다. |