Skip to main content

IServiceBeforeFilterAsync

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IServiceBeforeFilterAsync

Methods

OnBeforeExecuteAsync(Object)

View Source
Declaration
Task OnBeforeExecuteAsync(object requestDto)
Returns

System.Threading.Tasks.Task

Parameters
TypeName
System.ObjectrequestDto