(not supported for isolated storage)
[Visual Basic] Overrides Public Function BeginRead( _ ByVal b() As Byte, _ ByVal offset As Integer, _ ByVal numBytes As Integer, _ ByVal cb As AsyncCallback, _ ByVal stateObject As Object _ ) As IAsyncResult [C#] public override IAsyncResult BeginRead( byte[] b, int offset, int numBytes, AsyncCallback cb, object stateObject ); [C++] public: override IAsyncResult* BeginRead( unsigned char* b[], int offset, int numBytes, AsyncCallback* cb, Object* stateObject ); [JScript] public override function BeginRead( b : Byte[], offset : int, numBytes : int, cb : AsyncCallback, stateObject : Object ) : IAsyncResult;
IsolatedStorageFileStream Class | IsolatedStorageFileStream Members | System.IO.IsolatedStorage Namespace