Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / DisconnectedDelegate Delegate


In This Topic
    DisconnectedDelegate Delegate
    In This Topic
    Syntax
    'Declaration
     
    Public Delegate Sub DisconnectedDelegate( _
       ByVal remote As Boolean, _
       ByVal reasonCode As Integer, _
       ByVal description As String, _
       ByVal languageTag As String _
    ) 
    'Usage
     
    Dim instance As New DisconnectedDelegate(AddressOf HandlerMethod)
    public delegate void DisconnectedDelegate( 
       bool remote,
       int reasonCode,
       string description,
       string 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