Begins an asynchronous write.
[Visual Basic] Overrides Public Function BeginWrite( _ ByVal array() As Byte, _ ByVal offset As Integer, _ ByVal numBytes As Integer, _ ByVal cb As AsyncCallback, _ ByVal stateObject As Object _ ) As IAsyncResult [C#] public override IAsyncResult BeginWrite( byte[] array, int offset, int numBytes, AsyncCallback cb, object stateObject ); [C++] public: override IAsyncResult* BeginWrite( unsigned char* array[], int offset, int numBytes, AsyncCallback* cb, Object* stateObject ); [JScript] public override function BeginWrite( array : Byte[], offset : int, numBytes : int, cb : AsyncCallback, stateObject : Object ) : IAsyncResult;
Returns an IAsyncResult that references the asynchronous write.