ForumProviderStrategyHelperGetTopicIDByFileIDAsync - метод
Пространство имён: Tessa.ForumsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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 IDbScope
-
- fileID Guid
-
- cancellationToken CancellationToken (Optional)
-
TaskGuid