ServiceEndpoint.OnActionExecuted method

namespace: Serenity.Services   assemblySerenity.Net.Web

Called after the action method is invoked.

public virtual void OnActionExecuted(ActionExecutedContext context)
parameter description
context The action executed context.

See Also