StampingContextGetFileContentAsync - свойство
Get File Stream.
Пространство имён: Tessa.StampingСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
public Func<CancellationToken, ValueTask<Stream>> GetFileContentAsync { get; set; }
Public Property GetFileContentAsync As Func(Of CancellationToken, ValueTask(Of Stream))
Get
Set
public:
virtual property Func<CancellationToken, ValueTask<Stream^>>^ GetFileContentAsync {
Func<CancellationToken, ValueTask<Stream^>>^ get () sealed;
void set (Func<CancellationToken, ValueTask<Stream^>>^ value) sealed;
}
abstract GetFileContentAsync : Func<CancellationToken, ValueTask<Stream>> with get, set
override GetFileContentAsync : Func<CancellationToken, ValueTask<Stream>> with get, set
FuncCancellationToken,
ValueTaskStreamIStampingContextGetFileContentAsync