IsolatedStorageFileStream.BeginWrite メソッドとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > IsolatedStorageFileStream.BeginWrite メソッドの意味・解説 

IsolatedStorageFileStream.BeginWrite メソッド

非同期書き込み開始します

名前空間: System.IO.IsolatedStorage
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Public Overrides Function
 BeginWrite ( _
    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.BeginWrite(buffer, offset, numBytes, userCallback, stateObject)
public override IAsyncResult BeginWrite (
    byte[] buffer,
    int offset,
    int numBytes,
    AsyncCallback userCallback,
    Object stateObject
)
public:
virtual IAsyncResult^ BeginWrite (
    array<unsigned char>^ buffer, 
    int offset, 
    int numBytes, 
    AsyncCallback^ userCallback, 
    Object^ stateObject
) override
public IAsyncResult BeginWrite (
    byte[] buffer, 
    int offset, 
    int numBytes, 
    AsyncCallback userCallback, 
    Object stateObject
)
public override function BeginWrite (
    buffer : byte[], 
    offset : int, 
    numBytes : int, 
    userCallback : AsyncCallback, 
    stateObject : Object
) : IAsyncResult

パラメータ

buffer

データ書き込むバッファ

offset

書き込み開始位置を示す buffer 内のバイト オフセット

numBytes

書き込む最大バイト数。

userCallback

非同期書き込み操作完了したときに呼び出すメソッド。このパラメータオプションです。

stateObject

非同期書き込みの状態。

戻り値
非同期書き込みを表す IAsyncResult。まだ保留状態の場合あります書き込み完了したことを確認してから、リソース適切に解放するには、このストリームの EndWrite メソッドIAsyncResult を渡す必要があります。この操作は、BeginWrite呼び出した同じコード使用するか、または BeginWrite渡されコールバックで行うことができます

例外例外
解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
IsolatedStorageFileStream クラス
IsolatedStorageFileStream メンバ
System.IO.IsolatedStorage 名前空間


このページでは「.NET Framework クラス ライブラリ リファレンス」からIsolatedStorageFileStream.BeginWrite メソッドを検索した結果を表示しています。
Weblioに収録されているすべての辞書からIsolatedStorageFileStream.BeginWrite メソッドを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からIsolatedStorageFileStream.BeginWrite メソッド を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

IsolatedStorageFileStream.BeginWrite メソッドのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



IsolatedStorageFileStream.BeginWrite メソッドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS