Discuss this help topic in SecureBlackbox Forum

TElRegisteredMessagePartHandlers.RemoveHandler

TElRegisteredMessagePartHandlers     See also     


Filter: C#/Java  VB.NET  Pascal  C++  PHP  


Removes handler class.

Declaration

[C#/Java]
    not implemented;

[VB.NET]
    not implemented

[Pascal]
    procedure RemoveHandler(hc: TElMessagePartHandlerClass);

[C++]
    void RemoveHandler(TElMessagePartHandlerClassHandle hc);

[PHP]
    void RemoveHandler(TElMessagePartHandlerClass $hc)

Parameters

  • hc - handler class to be deleted.

Description

    Use this method when you want to delete registered handler class.

See also:     AddHandler    

Discuss this help topic in SecureBlackbox Forum