Method CreateSupportAttributeSetAsync
CreateSupportAttributeSetAsync(CancellationToken)
Creates a new ISupportAttributeSet instance
Declaration
Task<ISupportAttributeSet> CreateSupportAttributeSetAsync(CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<ISupportAttributeSet> | The newly created set (or null if the creation fails) |