Method SetUserDefinedAttributesAsync

SetUserDefinedAttributesAsync(IEnumerable<IUserDefinedAttribute?>?, CancellationToken)

Sets user defined attributes

Declaration
Task SetUserDefinedAttributesAsync(IEnumerable<IUserDefinedAttribute?>? userDefinedAttributes, CancellationToken cancellationToken = default)
Parameters
Type Name Description
IEnumerable<IUserDefinedAttribute> userDefinedAttributes

The collection of IUserDefinedAttribute instances to set

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task

The result of the operation

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next