Skip to main content

ReportServerClient.UpdateCategoryAsync(Int32, String, Nullable<Int32>, Object) Method

Asynchronously updates a report category.

Namespace: DevExpress.ReportServer.ServiceModel.Client

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public Task UpdateCategoryAsync(
    int id,
    string name,
    int? optimisticLock,
    object asyncState
)

Parameters

Name Type Description
id Int32

An integer value identifying the report category.

name String

A String value specifying the report category name.

optimisticLock Nullable<Int32>

A nullable integer value specifying a category version used for optimistic locking.

asyncState Object

A Object value containing information about the asynchronous operation.

Returns

Type Description
Task

A Task specifying an asynchronous operation.

See Also