Table of Contents

Method SetProjectPropertiesAsync

Namespace
Kepware.Api.ClientHandler
Assembly
Kepware.Api.dll

SetProjectPropertiesAsync(Project, CancellationToken)

Sets the project properties on the Kepware server.

public Task<bool> SetProjectPropertiesAsync(Project project, CancellationToken cancellationToken = default)

Parameters

project Project
cancellationToken CancellationToken

Returns

Task<bool>

A task that represents the asynchronous operation. The task result contains a boolean indicating whether the update was successful.

Exceptions

InvalidOperationException