FileContentHelperTryGetFileVersionAsync - метод
Try to get file version identifier for physical file.
Пространство имён: Tessa.Content.FilesСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public static ValueTask<Guid?> TryGetFileVersionAsync(
IDbScope dbScope,
Guid fileID,
CancellationToken cancellationToken
)
Public Shared Function TryGetFileVersionAsync (
dbScope As IDbScope,
fileID As Guid,
cancellationToken As CancellationToken
) As ValueTask(Of Guid?)
public:
static ValueTask<Nullable<Guid>> TryGetFileVersionAsync(
IDbScope^ dbScope,
Guid fileID,
CancellationToken cancellationToken
)
static member TryGetFileVersionAsync :
dbScope : IDbScope *
fileID : Guid *
cancellationToken : CancellationToken -> ValueTask<Nullable<Guid>>
- dbScope IDbScope
Объект для взаимодействия с базой данных.
Определяет область видимости объекта
DbManager.
- fileID Guid
- File identifier.
- cancellationToken CancellationToken
Propagates notification that operations should be canceled.
ValueTaskNullableGuid