Example #1
0
 public void RemoveHandler(ServiceEntry serviceEntry)
 {
     _handlers.Remove(serviceEntry);
 }
Example #2
0
 public IEnumerable <IServiceLocationStrategy> RetrieveHandlers(ServiceEntry serviceEntry)
 {
     return(_handlers[serviceEntry]);
 }
Example #3
0
 public bool HasHandler(ServiceEntry serviceEntry)
 {
     return(_handlers.ContainsKey(serviceEntry));
 }