ForumProviderCheckPermissionByFileAsync - метод |
Пространство имён:
Tessa.Forums
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public Task<ForumResponse> CheckPermissionByFileAsync(
Guid topicID,
Guid fileID,
bool isSuperModerator,
CancellationToken cancellationToken = default
)
Public Function CheckPermissionByFileAsync (
topicID As Guid,
fileID As Guid,
isSuperModerator As Boolean,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of ForumResponse)
public:
virtual Task<ForumResponse^>^ CheckPermissionByFileAsync(
Guid topicID,
Guid fileID,
bool isSuperModerator,
CancellationToken cancellationToken = CancellationToken()
) sealed
abstract CheckPermissionByFileAsync :
topicID : Guid *
fileID : Guid *
isSuperModerator : bool *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<ForumResponse>
override CheckPermissionByFileAsync :
topicID : Guid *
fileID : Guid *
isSuperModerator : bool *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<ForumResponse>
Параметры
- topicID
- Тип: SystemGuid
- fileID
- Тип: SystemGuid
- isSuperModerator
- Тип: SystemBoolean
- cancellationToken (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskForumResponseРеализации
IForumProviderCheckPermissionByFileAsync(Guid, Guid, Boolean, CancellationToken)См. также