ICallbackStore interface

Store for persisting callback requests and their states.

public interface ICallbackStore

Members

name description
DequeueDueAsync(…) Dequeues due callback requests up to the specified maximum.
MarkFailedPermanentAsync(…) Marks the given callback request as failed permanently.
MarkInFlightAsync(…) Marks the given callback request as in-flight.
MarkRetryScheduledAsync(…) Marks the given callback request as retry scheduled.
MarkSucceededAsync(…) Marks the given callback request as succeeded.
SaveNewAsync(…) Saves a new callback request.

See Also