InvokeEventArgs
Provides access to the method reflection data as part of the before/after event
Assembly: ServiceStack.Redis.dll
View Source
Declaration
public class InvokeEventArgs : EventArgs
Properties
MethodInfo
View Source
Declaration
public MethodInfo MethodInfo { get; }