ForumProviderStrategyHelperGetParticipantInfoDbAsync - метод
Пространство имён: Tessa.ForumsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public static Task<(ParticipantModel Participant, ValidationResult Result)> 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 Task(Of (Participant As ParticipantModel, Result As ValidationResult))
public:
static Task<ValueTuple<ParticipantModel^, ValidationResult^>>^ 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()
*)
-> Task<ValueTuple<ParticipantModel, ValidationResult>>
- dbScope IDbScope
-
- userID Guid
-
- topicID Guid
-
- cancellationToken CancellationToken (Optional)
-
TaskValueTupleParticipantModel,
ValidationResult