Beispiel #1
0
 public void UpdateMapEventType(string mapeventTypeName, IDictionary <string, Object> typeMap)
 {
     try {
         _eventAdapterService.UpdateMapEventType(mapeventTypeName, typeMap);
     } catch (EventAdapterException e) {
         throw new ConfigurationException("Error updating Map event type: " + e.Message, e);
     }
 }