IServiceAfterFilter
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IServiceAfterFilter
Methods
OnAfterExecute(Object)
View Source
Declaration
object OnAfterExecute(object response)
Returns
System.Object
Parameters
Type | Name |
---|---|
System.Object | response |