TessaWorkplaceServiceClientSavePropertiesAsync - метод |
Пространство имён:
Tessa.Views.Workplaces
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public Task SavePropertiesAsync(
IEnumerable<IItemProperties> properties,
CancellationToken cancellationToken = default
)
Public Function SavePropertiesAsync (
properties As IEnumerable(Of IItemProperties),
Optional cancellationToken As CancellationToken = Nothing
) As Task
public:
virtual Task^ SavePropertiesAsync(
IEnumerable<IItemProperties^>^ properties,
CancellationToken cancellationToken = CancellationToken()
) sealed
abstract SavePropertiesAsync :
properties : IEnumerable<IItemProperties> *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task
override SavePropertiesAsync :
properties : IEnumerable<IItemProperties> *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task
Параметры
- properties
- Тип: System.Collections.GenericIEnumerableIItemProperties
- cancellationToken (Optional)
- Тип: System.ThreadingCancellationToken
Возвращаемое значение
Тип:
TaskРеализации
ITessaWorkplaceServiceSavePropertiesAsync(IEnumerableIItemProperties, CancellationToken)См. также