public class CardImportManager : ICardImportManagerPublic Class CardImportManager
Implements ICardImportManagerpublic ref class CardImportManager : ICardImportManagertype CardImportManager =
class
interface ICardImportManager
end| CardImportManager | Инициализирует новый экземпляр класса CardImportManager |
| CancelAsync | Отменяет запущенный импорт. |
| CreateAsync | Создает карточку "Импорт карточек". В результате выполнения операции карточка будет создана, но не будет запущен её импорт до тех пор, пока не будет вызвана функция ImportAsync(StartCardImportRequest, CancellationToken). |
| DeleteAsync | Удаляет карточку "Импорт карточек". |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| 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) |
| ImportAsync | Обрабатывает карточку "Импорт карточек". Осуществляет импорт приложенных карточек в соответствии с настройками. В результате выполнения импорта списка карточек:
|
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |