Table of Contents

Delegate ScheduleDelayExceptionProvider<TSaga, TException>

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll
public delegate TimeSpan ScheduleDelayExceptionProvider<TSaga, in TException>(BehaviorExceptionContext<TSaga, in TException> context) where TSaga : class, ISaga where TException : Exception

Parameters

context BehaviorExceptionContext<TSaga, TException>

Returns

TimeSpan

Type Parameters

TSaga
TException

Constructors

ScheduleDelayExceptionProvider(object, nint)

public ScheduleDelayExceptionProvider(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(BehaviorExceptionContext<TSaga, TException>, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(BehaviorExceptionContext<TSaga, in TException> context, AsyncCallback callback, object @object)

Parameters

context BehaviorExceptionContext<TSaga, TException>
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual TimeSpan EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

TimeSpan

Invoke(BehaviorExceptionContext<TSaga, TException>)

public virtual TimeSpan Invoke(BehaviorExceptionContext<TSaga, in TException> context)

Parameters

context BehaviorExceptionContext<TSaga, TException>

Returns

TimeSpan