ConfigurationLoggerActionWithViewAsync - метод |
Пространство имён:
Tessa.Platform.Configuration
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис protected virtual Task ActionWithViewAsync(
ActionType actionType,
TessaViewModel model,
bool needClear = false,
bool importRoles = false,
CancellationToken cancellationToken = default
)
Protected Overridable Function ActionWithViewAsync (
actionType As ActionType,
model As TessaViewModel,
Optional needClear As Boolean = false,
Optional importRoles As Boolean = false,
Optional cancellationToken As CancellationToken = Nothing
) As Task
protected:
virtual Task^ ActionWithViewAsync(
ActionType actionType,
TessaViewModel^ model,
bool needClear = false,
bool importRoles = false,
CancellationToken cancellationToken = CancellationToken()
)
abstract ActionWithViewAsync :
actionType : ActionType *
model : TessaViewModel *
?needClear : bool *
?importRoles : bool *
?cancellationToken : CancellationToken
(* Defaults:
let _needClear = defaultArg needClear false
let _importRoles = defaultArg importRoles false
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task
override ActionWithViewAsync :
actionType : ActionType *
model : TessaViewModel *
?needClear : bool *
?importRoles : bool *
?cancellationToken : CancellationToken
(* Defaults:
let _needClear = defaultArg needClear false
let _importRoles = defaultArg importRoles false
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task
Параметры
- actionType
- Тип: Tessa.Platform.RuntimeActionType
- model
- Тип: Tessa.ViewsTessaViewModel
- needClear (Optional)
- Тип: SystemBoolean
- importRoles (Optional)
- Тип: SystemBoolean
- cancellationToken (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskСм. также