PowerTCP Telnet for .NET
ReadTaskAsync Method




Syntax
Public Function ReadTaskAsync( _
   ByVal buffer() As Byte, _
   ByVal offset As Integer, _
   ByVal count As Integer _
) As Task(Of Data)
Dim instance As TcpBase
Dim buffer() As Byte
Dim offset As Integer
Dim count As Integer
Dim value As Task(Of Data)
 
value = instance.ReadTaskAsync(buffer, offset, count)
public Task<Data> ReadTaskAsync( 
   byte[] buffer,
   int offset,
   int count
)
public: Task<Data*>* ReadTaskAsync( 
   byte[]* buffer,
   int offset,
   int count
) 
public:
Task<Data^>^ ReadTaskAsync( 
   array<byte>^ buffer,
   int offset,
   int count
) 

Parameters

buffer
offset
count
See Also

Reference

TcpBase Class
TcpBase Members


PowerTCP Telnet for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic