ForumProviderStrategyHelperGetParticipantInfoDbAsync - метод

Definition

Пространство имён: Tessa.Forums
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public static Task<(ParticipantModel Participant, ValidationResult Result)> GetParticipantInfoDbAsync(
	IDbScope dbScope,
	Guid userID,
	Guid topicID,
	CancellationToken cancellationToken = default
)

Параметры

dbScope  IDbScope
 
userID  Guid
 
topicID  Guid
 
cancellationToken  CancellationToken  (Optional)
 

Возвращаемое значение

TaskValueTupleParticipantModel, ValidationResult

См. также