Table of Contents

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 bool

If true, sets the request as ready to send and sends it

Returns

Task<Response<T>>

True if the result type specified is present, otherwise false

Type Parameters

T

The result type