Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / SSHClientConnectionManager Class / Disconnect Method


Disconnect Method (SSHClientConnectionManager)
Syntax
'Declaration
 
Public Function Disconnect( _
   ByVal remote As Boolean, _
   ByVal reasonCode As Integer, _
   ByVal description As String, _
   ByVal languageTag As String _
) As Boolean
 
'Usage
 
Dim instance As SSHClientConnectionManager
Dim remote As Boolean
Dim reasonCode As Integer
Dim description As String
Dim languageTag As String
Dim value As Boolean
 
value = instance.Disconnect(remote, reasonCode, description, languageTag)

Parameters

remote
reasonCode
description
languageTag
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also