GZipStream.BeginWrite メソッド
アセンブリ: System (system.dll 内)

Public Overrides Function BeginWrite ( _ array As Byte(), _ offset As Integer, _ count As Integer, _ asyncCallback As AsyncCallback, _ asyncState As Object _ ) As IAsyncResult
Dim instance As GZipStream Dim array As Byte() Dim offset As Integer Dim count As Integer Dim asyncCallback As AsyncCallback Dim asyncState As Object Dim returnValue As IAsyncResult returnValue = instance.BeginWrite(array, offset, count, asyncCallback, asyncState)
public override IAsyncResult BeginWrite ( byte[] array, int offset, int count, AsyncCallback asyncCallback, Object asyncState )
public: virtual IAsyncResult^ BeginWrite ( array<unsigned char>^ array, int offset, int count, AsyncCallback^ asyncCallback, Object^ asyncState ) override
public IAsyncResult BeginWrite ( byte[] array, int offset, int count, AsyncCallback asyncCallback, Object asyncState )
public override function BeginWrite ( array : byte[], offset : int, count : int, asyncCallback : AsyncCallback, asyncState : Object ) : IAsyncResult
戻り値
非同期の書き込みを表す IAsyncResult オブジェクト。まだ保留状態の場合もあります。


BeginWrite メソッドは、GZipStream ストリーム オブジェクトへの非同期の書き込み操作を開始します。
AsyncCallback デリゲートを実装するコールバック メソッドを作成し、その名前を BeginWrite メソッドに渡す必要があります。

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に収録されているすべての辞書からGZipStream.BeginWrite メソッドを検索する場合は、下記のリンクをクリックしてください。

- GZipStream.BeginWrite メソッドのページへのリンク