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 |