Discuss this help topic in SecureBlackbox Forum

TElCustomSSHSubsystemHandler.Terminate

TElCustomSSHSubsystemHandler     See also     


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


Notifies stream that it has to finish data exchange.

Declaration

[C#]
    void Terminate();

[VB.NET]
    Sub Terminate()

[Pascal]
    procedure Terminate;

[C++]
    void Terminate();

[PHP]
    void Terminate()

[Java]
    void terminate();

Description

    Use this method when data exchange has to be terminated.

See also:     OnTerminateRequest    

Discuss this help topic in SecureBlackbox Forum