Skip to content

IRetrieveRequestProcessorAsync interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Abstraction for retrieve request handlers with an async Process method.

public interface IRetrieveRequestProcessorAsync : IRetrieveRequestHandler

Members

name description
ProcessAsync(…) Processes the RetrieveRequest asynchronously and returns a IRetrieveResponse

See Also