PowerTCP Sockets for .NET
WriteTaskAsync Method




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

Parameters

buffer
offset
count
See Also

Reference

TcpBase Class
TcpBase Members


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