Interface RequestHandle
- Namespace
- MassTransit
- Assembly
- MassTransit.Abstractions.dll
public interface RequestHandle : IRequestPipeConfigurator, IDisposable
- Inherited Members
Methods
Cancel()
Cancel the request
void Cancel()
GetResponse<T>(bool)
If the specified result type is present, it is returned.
Task<Response<T>> GetResponse<T>(bool readyToSend = true) where T : class
Parameters
readyToSend
boolIf true, sets the request as ready to send and sends it
Returns
Type Parameters
T
The result type