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