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

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