TransactionalStateExtensions
class
Namespace: Orleans.Transactions.Abstractions
Provides convenience methods for working with transactional state.
public static class TransactionalStateExtensionsMethods
PerformUpdate(ITransactionalState<TState>, Action<TState>)Performs an update operation, without returning any result.
