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