Method GetSupportAsync
GetSupportAsync(SupportType, CancellationToken)
Returns a support of given type at the node
Declaration
Task<ISupport?> GetSupportAsync(SupportType supportType, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| SupportType | supportType | The support type |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<ISupport> | ISupport of given SupportType |