Xceed .NET Libraries Documentation
ObtainOutputData Method


Xceed.SSH.Client Assembly > Xceed.SSH.Client Namespace > InteractiveSession Class : ObtainOutputData Method
Syntax
'Declaration
 
Protected Function ObtainOutputData( _

   ByVal wait As Boolean, _

   ByRef data() As Byte, _

   ByRef offset As Integer, _

   ByRef count As Integer _

) As Boolean
'Usage
 
Dim instance As InteractiveSession

Dim wait As Boolean

Dim data() As Byte

Dim offset As Integer

Dim count As Integer

Dim value As Boolean

 

value = instance.ObtainOutputData(wait, data, offset, count)
protected bool ObtainOutputData( 

   bool wait,

   out byte[] data,

   out int offset,

   out int count

)

Parameters

wait
data
offset
count
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

Reference

InteractiveSession Class
InteractiveSession Members