Method CreateMemberAttributeSetAsync

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