HttpEvent.remove Method
Parent Object:
HttpEventDefined in namespace "adsk::core" and the header file is <Core/Application/HttpEvent.h>
Description
Removes a handler from the event.
Syntax
"httpEvent_var" is a variable referencing a HttpEvent object.returnValue = httpEvent_var.remove(handler)
|
"httpEvent_var" is a variable referencing a HttpEvent object.
#include <Core/Application/HttpEvent.h>
returnValue = httpEvent_var->remove(handler);
|
Return Value
boolean |
Returns true if removal of the handler was successful. |
Parameters
Version
Introduced in version January 2024