Xceed .NET Libraries Documentation
Xceed.SSH.Core Assembly / Xceed.SSH.Core Namespace / SSHPacketIOManager.PacketHandler Structure / SSHPacketIOManager.PacketHandler Constructor


SSHPacketIOManager.PacketHandler Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal idMask As Byte, _
   ByVal priority As Byte, _
   ByVal handlerMethod As PacketHandlerDelegate _
)
 
'Usage
 
Dim idMask As Byte
Dim priority As Byte
Dim handlerMethod As PacketHandlerDelegate
 
Dim instance As New SSHPacketIOManager.PacketHandler(idMask, priority, handlerMethod)

Parameters

idMask
priority
handlerMethod
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