public sealed class CardImportLockStrategy : ICardImportLockStrategyPublic NotInheritable Class CardImportLockStrategy
Implements ICardImportLockStrategypublic ref class CardImportLockStrategy sealed : ICardImportLockStrategy[<SealedAttribute>]
type CardImportLockStrategy =
class
interface ICardImportLockStrategy
end| CardImportLockStrategy | Инициализирует новый экземпляр класса CardImportLockStrategy |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| ExecuteInLockAsyncT | Выполняет функцию actionAsync в блокировке для операции массового импорта карточек по ее идентификатору cardID. |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| 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) |
| ObtainLockAsync | Берет блокировку для операции массового импорта карточек |
| ReleaseLockAsync | Освобождает блокировку для операции массового импорта карточек |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |