NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IsolatedStorageFileStream.BeginWrite

(not supported for isolated storage)

[Visual Basic]
Overrides Public Function BeginWrite( _
   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 BeginWrite(
   byte[] b,
   int offset,
   int numBytes,
   AsyncCallback cb,
   object stateObject
);
[C++]
public: override IAsyncResult* BeginWrite(
   unsigned char* b[],
   int offset,
   int numBytes,
   AsyncCallback* cb,
   Object* stateObject
);
[JScript]
public override function BeginWrite(
   b : Byte[],
   offset : int,
   numBytes : int,
   cb : AsyncCallback,
   stateObject : Object
) : IAsyncResult;

Parameters

b
[To be supplied.]
offset
[To be supplied.]
numBytes
[To be supplied.]
cb
[To be supplied.]
stateObject
[To be supplied.]

See Also

IsolatedStorageFileStream Class | IsolatedStorageFileStream Members | System.IO.IsolatedStorage Namespace