C-DEngine 5.105

TheBaseEngine..::..UnregisterEvent Method

Overload List


  Name Description
Public method UnregisterEvent(String, Action<(Of <<'(ICDEThing, Object>)>>))
Unregisters the call back with an event. If the callback is null, all callbacks of the event will be removed
Public method UnregisterEvent(String, Action<(Of <<'(Object, TheProcessMessage>)>>))
Unregister a previously registered callback
(Inherited from TheDataBase.)