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