IRetrieveRequestProcessorAsync interface
namespace: Serenity.Services assembly: Serenity.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
- interface IRetrieveRequestHandler
- Source: IRetrieveRequestProcessorAsync.cs