TrackingRedisClientProxy
Dynamically proxies access to the IRedisClient providing events for before & after each method invocation
Assembly: ServiceStack.Redis.dll
View Source
Declaration
public class TrackingRedisClientProxy : RealProxy
Methods
Invoke(IMessage)
View Source
Declaration
public override IMessage Invoke(IMessage msg)
Returns
System.Runtime.Remoting.Messaging.IMessage
Parameters
Type | Name |
---|---|
System.Runtime.Remoting.Messaging.IMessage | msg |
Events
BeforeInvoke
View Source
Declaration
public event EventHandler<InvokeEventArgs> BeforeInvoke
Event Type
System.EventHandler<ServiceStack.Redis.Support.Diagnostic.InvokeEventArgs>
AfterInvoke
View Source
Declaration
public event EventHandler<InvokeEventArgs> AfterInvoke
Event Type
System.EventHandler<ServiceStack.Redis.Support.Diagnostic.InvokeEventArgs>