public sealed class CardTransactionExtendedStrategy : ICardTransactionStrategy,
ITransactionStrategyPublic NotInheritable Class CardTransactionExtendedStrategy
Implements ICardTransactionStrategy, ITransactionStrategypublic ref class CardTransactionExtendedStrategy sealed : ICardTransactionStrategy,
ITransactionStrategy[<SealedAttribute>]
type CardTransactionExtendedStrategy =
class
interface ICardTransactionStrategy
interface ITransactionStrategy
end| CardTransactionExtendedStrategy | Создаёт экземпляр класса с указанием декорируемой стратегии |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| ExecuteInReaderLockAsync | Выполняет запрос на чтение карточки внутри блокировки reader/writer. |
| ExecuteInTransactionAsync | Выполняет запрос на изменение карточки внутри транзакции. При этом не используется блокировка reader/writer. Обычно транзакция открывается только в том случае, если на этом соединении с БД отсутствует другая незакрытая транзакция. |
| ExecuteInWriterLockAsync | Выполняет запрос на изменение карточки внутри блокировки reader/writer и внутри транзакции. Последним действием внутри делегата asyncAction должно быть увеличение номера версии карточки. |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetCardLockingStrategy | Возвращает стратегию блокировок, использующуюся в данной стратегии для получения/освобождения блокировок. |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |