public sealed class CardStreamStoreStrategy : ICardStreamStoreStrategyPublic NotInheritable Class CardStreamStoreStrategy
Implements ICardStreamStoreStrategypublic ref class CardStreamStoreStrategy sealed : ICardStreamStoreStrategy[<SealedAttribute>]
type CardStreamStoreStrategy =
class
interface ICardStreamStoreStrategy
end| CardStreamStoreStrategy | Стратегия потокового сохранения карточки с контентом файлов. |
| 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) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| StoreAsync(CardStoreRequest, IEnumerableICardFileContentProvider, ICardMetadata, ISession, ICardStoreStreamingContext, CancellationToken) | Сохраняет карточку с контентом файлов, которые заданы списком объектов [Tessa.Cards.ICardFileContentProvider]. |
| StoreAsync(CardReader, CardHeader, CardStoreRequest, IEnumerableICardStreamStoreFileInfo, ICardMetadata, ISession, ICardStoreStreamingContext, CancellationToken) | Сохраняет карточку с контентом файлов, которые упакованы в потоке карточки. К моменту исполнения метода ожидается, что из потока карточки, доступного через объект reader, уже были прочитаны все объекты, кроме контента файлов. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |