Method CreatePileTypeAsync

CreatePileTypeAsync(PileTypeParams?, CancellationToken)

Creates new pile type

Declaration
Task<IPileType> CreatePileTypeAsync(PileTypeParams? createParams, CancellationToken cancellationToken = default)
Parameters
Type Name Description
PileTypeParams createParams

The create parameters

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IPileType>

A newly created pile type

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