Skip to content

IUndeleteRequestProcessorAsync interface

namespace: Serenity.Services   assemblySerenity.Net.Services

Abstraction for undelete request handlers with an async Process method.

public interface IUndeleteRequestProcessorAsync : IUndeleteRequestHandler

Members

name description
ProcessAsync(…) Processes the UndeleteRequest asynchronously and returns a UndeleteResponse

See Also