Для изменения размера нажмите или перетащите

ForumProviderAddParticipantsAsync - метод

Пространство имён:  Tessa.Forums
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public Task<ForumResponse> AddParticipantsAsync(
	Guid topicID,
	IList<Guid> participants,
	bool readOnly,
	ParticipantTypes type = ParticipantTypes.Participant,
	bool isInitiator = false,
	bool subscribe = false,
	CancellationToken cancellationToken = default
)

Параметры

topicID
Тип: SystemGuid
participants
Тип: System.Collections.GenericIListGuid
readOnly
Тип: SystemBoolean
type (Optional)
Тип: Tessa.Forums.ModelsParticipantTypes
isInitiator (Optional)
Тип: SystemBoolean
subscribe (Optional)
Тип: SystemBoolean
cancellationToken (Optional)
Тип: System.ThreadingCancellationToken

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

Тип: TaskForumResponse

Реализации

IForumProviderAddParticipantsAsync(Guid, IListGuid, Boolean, ParticipantTypes, Boolean, Boolean, CancellationToken)
См. также