Method SetUserDefinedAttributesAsync
SetUserDefinedAttributesAsync(IEnumerable<ISetAttributeParams?>?, CancellationToken)
Sets a collection of user defined attributes
Declaration
Task SetUserDefinedAttributesAsync(IEnumerable<ISetAttributeParams?>? parameterCollection, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<ISetAttributeParams> | parameterCollection | The collection of attributes to set |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task | The result of the operation |