ForumProviderStrategyHelperGetTopicIDByFileIDAsync - метод |
Пространство имён:
Tessa.Forums
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public static Task<Guid> GetTopicIDByFileIDAsync(
IDbScope dbScope,
Guid fileID,
CancellationToken cancellationToken = default
)
Public Shared Function GetTopicIDByFileIDAsync (
dbScope As IDbScope,
fileID As Guid,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of Guid)
public:
static Task<Guid>^ GetTopicIDByFileIDAsync(
IDbScope^ dbScope,
Guid fileID,
CancellationToken cancellationToken = CancellationToken()
)
static member GetTopicIDByFileIDAsync :
dbScope : IDbScope *
fileID : Guid *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<Guid>
Параметры
- dbScope
- Тип: Tessa.Platform.DataIDbScope
- fileID
- Тип: SystemGuid
- cancellationToken (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskGuidСм. также