Method CreateMemberAttributeSetAsync

CreateMemberAttributeSetAsync(CancellationToken)

Creates a new IMemberAttributeSet instance

Declaration
[Obsolete("Use the overload with the 'parameters' parameter instead! This overload will be removed in version 26.0.0.")]
Task<IMemberAttributeSet> CreateMemberAttributeSetAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IMemberAttributeSet>

The newly created set (or null if the creation fails)

CreateMemberAttributeSetAsync(MemberAttributeSetParams?, CancellationToken)

Creates a new IMemberAttributeSet instance

Declaration
Task<IMemberAttributeSet> CreateMemberAttributeSetAsync(MemberAttributeSetParams? parameters, CancellationToken cancellationToken = default)
Parameters
Type Name Description
MemberAttributeSetParams parameters

The MemberAttributeSetParams

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IMemberAttributeSet>

The newly created set (or null if the creation fails)

Remarks

If null is passed to the parameters parameter, the result will be effectively same as calling CreateAnalysisElementAttributeSetAsync(CancellationToken)

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