public override void OnExcuted(ExcutedContext context) { var resultJson = JsonConvert.SerializeObject(context.Result); log.WriteLog("ExcuteAfter", resultJson, context.MethodName); }
public override void OnExcuted(ExcutedContext result) { Console.WriteLine(JsonConvert.SerializeObject(result.Args)); }
public virtual void OnExcuted(ExcutedContext context) { }
public override void OnExcuted(ExcutedContext context) { CallContext.SetData(CacheName, context.Result); }