Skip to main content

IServiceAfterFilterAsync

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

Methods

OnAfterExecuteAsync(Object)

View Source
Declaration
Task<object> OnAfterExecuteAsync(object response)
Returns

System.Threading.Tasks.Task<System.Object>

Parameters
TypeName
System.Objectresponse