deEventServiceBus..::..updateEventHandlerDefinition Method
update an event handler definition
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool updateEventHandlerDefinition( string eventHandlerDefID, string eventHandlerDefName, string dllNameSpace, string dllPath )
Parameters
- eventHandlerDefID
- Type: String
The event handler definition identifier.
- eventHandlerDefName
- Type: String
Name of the event handler definition.
- dllNameSpace
- Type: String
The DLL name space.
- dllPath
- Type: String
The DLL path.