IsolatedStorageFileStream.BeginRead メソッド
アセンブリ: mscorlib (mscorlib.dll 内)

Public Overrides Function BeginRead ( _ buffer As Byte(), _ offset As Integer, _ numBytes As Integer, _ userCallback As AsyncCallback, _ stateObject As Object _ ) As IAsyncResult
Dim instance As IsolatedStorageFileStream Dim buffer As Byte() Dim offset As Integer Dim numBytes As Integer Dim userCallback As AsyncCallback Dim stateObject As Object Dim returnValue As IAsyncResult returnValue = instance.BeginRead(buffer, offset, numBytes, userCallback, stateObject)
public override IAsyncResult BeginRead ( byte[] buffer, int offset, int numBytes, AsyncCallback userCallback, Object stateObject )
public: virtual IAsyncResult^ BeginRead ( array<unsigned char>^ buffer, int offset, int numBytes, AsyncCallback^ userCallback, Object^ stateObject ) override
public IAsyncResult BeginRead ( byte[] buffer, int offset, int numBytes, AsyncCallback userCallback, Object stateObject )
public override function BeginRead ( buffer : byte[], offset : int, numBytes : int, userCallback : AsyncCallback, stateObject : Object ) : IAsyncResult
戻り値
非同期の読み取りを表す IAsyncResult オブジェクト。まだ保留状態の場合もあります。読み取ったバイト数を確認するには、IAsyncResult をこのストリームの EndRead メソッドに渡す必要があります。この操作は、BeginRead を呼び出した同じコードを使用するか、または BeginRead に渡されたコールバックで行うことができます。



Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からIsolatedStorageFileStream.BeginRead メソッドを検索する場合は、下記のリンクをクリックしてください。

- IsolatedStorageFileStream.BeginRead メソッドのページへのリンク