Ejemplo n.º 1
0
 public void RemoveServiceInvocationHandler(IServiceInvocationHandler handler)
 {
     handler.Finalise();
     _serviceHandlers.Remove(handler);
 }
Ejemplo n.º 2
0
 public void AddServiceInvocationHandler(IServiceInvocationHandler handler)
 {
     _serviceHandlers.Add(handler);
 }