'Declaration
Public Sub WriteAsync( _
ByVal () As Byte, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As TcpAsyncCallback, _
ByVal As Object _
)
'Usage
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[] ,
int ,
int ,
TcpAsyncCallback ,
object
)
public: void WriteAsync(
byte[]* ,
int ,
int ,
TcpAsyncCallback* ,
Object*
)