Dart.Sockets Namespace > TcpBase Class : WriteTaskAsync Method |
'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( array<byte>^ buffer, int offset, int count )