ForumProviderStrategyHelperGetMainCardIDAsync - метод
Пространство имён: Tessa.ForumsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public static Task<Guid> GetMainCardIDAsync(
Guid topicID,
IDbScope dbScope,
CancellationToken cancellationToken = default
)
Public Shared Function GetMainCardIDAsync (
topicID As Guid,
dbScope As IDbScope,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of Guid)
public:
static Task<Guid>^ GetMainCardIDAsync(
Guid topicID,
IDbScope^ dbScope,
CancellationToken cancellationToken = CancellationToken()
)
static member GetMainCardIDAsync :
topicID : Guid *
dbScope : IDbScope *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<Guid>
- topicID Guid
-
- dbScope IDbScope
-
- cancellationToken CancellationToken (Optional)
-
TaskGuid