Method SetHaunchesAsync
SetHaunchesAsync(PortalFrameSpanHaunchesParams?, CancellationToken)
Sets the haunches of the portal frame span
Declaration
Task SetHaunchesAsync(PortalFrameSpanHaunchesParams? parameters, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| PortalFrameSpanHaunchesParams | parameters | The parameters of the haunches |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task | The result of the operation |