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.EndWrite

(not supported for isolated storage)

[Visual Basic]
Overrides Public Function EndWrite( _
   ByVal asyncResult As IAsyncResult _
) As Integer
[C#]
public override int EndWrite(
   IAsyncResult asyncResult
);
[C++]
public: override int EndWrite(
   IAsyncResult* asyncResult
);
[JScript]
public override function EndWrite(
   asyncResult : IAsyncResult
) : int;

Parameters

asyncResult
[To be supplied.]

See Also

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