Removes a handler from this event endpoint.
"commandCreatedEvent_var" is a variable referencing a CommandCreatedEvent object. |
"commandCreatedEvent_var" is a variable referencing a CommandCreatedEvent object. |
| Type | Description |
| boolean | Returns true if the handler was found and removed from the set of event handlers. |
| Name | Type | Description |
| handler | CommandCreatedEventHandler | A CommandCreatedEventHandler that was previously added to this event with the add method. |