Dart.Telnet Namespace > TcpBase Class : WriteAsync Method |
Public Sub WriteAsync( _ ByVal buffer() As Byte, _ ByVal offset As Integer, _ ByVal count As Integer, _ ByVal callback As TcpAsyncCallback, _ ByVal state As Object _ )
Dim instance As TcpBase Dim buffer() As Byte Dim offset As Integer Dim count As Integer Dim callback As TcpAsyncCallback Dim state As Object instance.WriteAsync(buffer, offset, count, callback, state)
public void WriteAsync( byte[] buffer, int offset, int count, TcpAsyncCallback callback, object state )
public: void WriteAsync( byte[]* buffer, int offset, int count, TcpAsyncCallback* callback, Object* state )
public: void WriteAsync( array<byte>^ buffer, int offset, int count, TcpAsyncCallback^ callback, Object^ state )