Interface IActionEndpoint
RPC endpoint that is invoked with no input or output.
public interface IActionEndpoint : IRpcEndpoint, IEndpoint
- Inherited Members
Methods
InvokeAsync(CancellationToken)
Invokes the action.
Task InvokeAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenUsed to cancel the request.
Returns
Exceptions
- AuthenticationException
- UnauthorizedAccessException
- KeyNotFoundException
- HttpRequestException
Other non-success status code.