API reference
Method RemoveAsync
- Namespace
- DisCatSharp.Hosting.AspNetCore.Ingress
- Assembly
- DisCatSharp.Hosting.AspNetCore.dll
RemoveAsync(string, CancellationToken)
Removes a pending state entry when present.
ValueTask<bool> RemoveAsync(string key, CancellationToken cancellationToken = default)
Parameters
keystringThe pending state key.
cancellationTokenCancellationTokenA token used to cancel the operation.